File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,12 @@ jobs:
4040 -
4141 name : Set up Docker
4242 uses : crazy-max/ghaction-setup-docker@v3
43+ if : inputs.runner != 'ubuntu-latest-arm64'
4344 with :
4445 daemon-config : ' { "features": { "containerd-snapshotter": true } }'
4546 -
4647 name : Setup QEMU
48+ if : inputs.runner != 'ubuntu-latest-arm64'
4749 uses : docker/setup-qemu-action@v3
4850 -
4951 name : Setup Docker Buildx
Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ jobs:
2727 -
2828 name : Set up Docker
2929 uses : crazy-max/ghaction-setup-docker@v3
30+ if : inputs.runner != 'ubuntu-latest-arm64'
3031 with :
3132 daemon-config : ' { "features": { "containerd-snapshotter": true } }'
3233 -
3334 name : Setup QEMU
35+ if : inputs.runner != 'ubuntu-latest-arm64'
3436 uses : docker/setup-qemu-action@v3
3537 -
3638 name : Setup Docker Buildx
Original file line number Diff line number Diff line change 6666 - arch : amd64
6767 runner : ubuntu-latest
6868 - arch : arm64
69- runner : ubuntu-latest
69+ runner : ubuntu-latest-arm64
7070 uses : ./.github/workflows/_artifacts_linux.yml
7171 with :
7272 runner : ${{ matrix.runner }}
8282 - arch : amd64
8383 runner : ubuntu-latest
8484 - arch : arm64
85- runner : ubuntu-latest
85+ runner : ubuntu-latest-arm64
8686
8787 uses : ./.github/workflows/_docker.yml
8888 with :
You can’t perform that action at this time.
0 commit comments