File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,17 @@ jobs:
40
40
-
41
41
name : Set up Docker
42
42
uses : crazy-max/ghaction-setup-docker@v3
43
+ if : inputs.runner != 'ubuntu-latest-arm64'
43
44
with :
44
45
daemon-config : ' { "features": { "containerd-snapshotter": true } }'
45
46
-
46
47
name : Setup QEMU
47
48
uses : docker/setup-qemu-action@v3
49
+ if : inputs.runner != 'ubuntu-latest-arm64'
48
50
-
49
51
name : Setup Docker Buildx
50
52
uses : docker/setup-buildx-action@v3
53
+ if : inputs.runner != 'ubuntu-latest-arm64'
51
54
with :
52
55
version : ' latest'
53
56
driver-opts : ' image=moby/buildkit:buildx-stable-1'
Original file line number Diff line number Diff line change @@ -27,14 +27,17 @@ jobs:
27
27
-
28
28
name : Set up Docker
29
29
uses : crazy-max/ghaction-setup-docker@v3
30
+ if : inputs.runner != 'ubuntu-latest-arm64'
30
31
with :
31
32
daemon-config : ' { "features": { "containerd-snapshotter": true } }'
32
33
-
33
34
name : Setup QEMU
34
35
uses : docker/setup-qemu-action@v3
36
+ if : inputs.runner != 'ubuntu-latest-arm64'
35
37
-
36
38
name : Setup Docker Buildx
37
39
uses : docker/setup-buildx-action@v3
40
+ if : inputs.runner != 'ubuntu-latest-arm64'
38
41
with :
39
42
version : ' latest'
40
43
driver-opts : ' image=moby/buildkit:buildx-stable-1'
Original file line number Diff line number Diff line change 68
68
- arch : amd64
69
69
runner : ubuntu-latest
70
70
- arch : arm64
71
- runner : ubuntu-latest
71
+ runner : ubuntu-latest-arm64
72
72
uses : ./.github/workflows/_artifacts_linux.yml
73
73
with :
74
74
runner : ${{ matrix.runner }}
84
84
- arch : amd64
85
85
runner : ubuntu-latest
86
86
- arch : arm64
87
- runner : ubuntu-latest
87
+ runner : ubuntu-latest-arm64
88
88
89
89
uses : ./.github/workflows/_docker.yml
90
90
with :
You can’t perform that action at this time.
0 commit comments