mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-05 13:06:10 +02:00
CI: github: add the architecture to the cache key for vtest2
ARM runners can't use the same build as the other x86_64 ones, add the architecture to the cache key so it caches and gets the right one.
This commit is contained in:
parent
8745d2cf8e
commit
052feec33f
2
.github/actions/setup-vtest/action.yml
vendored
2
.github/actions/setup-vtest/action.yml
vendored
@ -31,7 +31,7 @@ runs:
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ${{ github.workspace }}/vtest
|
||||
key: vtest-${{ runner.os }}-${{ steps.vtest-sha.outputs.sha }}
|
||||
key: vtest-${{ runner.os }}-${{ runner.arch }}-${{ steps.vtest-sha.outputs.sha }}
|
||||
|
||||
- name: Install VTest
|
||||
if: steps.cache-vtest.outputs.cache-hit != 'true'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user