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 @@ -44,14 +44,17 @@ jobs:
44
44
-
45
45
name : Set up Docker
46
46
uses : crazy-max/ghaction-setup-docker@v3
47
+ if : inputs.runner != 'ubuntu-latest-arm64'
47
48
with :
48
49
daemon-config : ' { "features": { "containerd-snapshotter": true } }'
49
50
-
50
51
name : Setup QEMU
51
52
uses : docker/setup-qemu-action@v3
53
+ if : inputs.runner != 'ubuntu-latest-arm64'
52
54
-
53
55
name : Setup Docker Buildx
54
56
uses : docker/setup-buildx-action@v3
57
+ if : inputs.runner != 'ubuntu-latest-arm64'
55
58
with :
56
59
version : ' latest'
57
60
driver-opts : ' image=moby/buildkit:buildx-stable-1'
Original file line number Diff line number Diff line change @@ -32,14 +32,17 @@ jobs:
32
32
-
33
33
name : Set up Docker
34
34
uses : crazy-max/ghaction-setup-docker@v3
35
+ if : inputs.runner != 'ubuntu-latest-arm64'
35
36
with :
36
37
daemon-config : ' { "features": { "containerd-snapshotter": true } }'
37
38
-
38
39
name : Setup QEMU
39
40
uses : docker/setup-qemu-action@v3
41
+ if : inputs.runner != 'ubuntu-latest-arm64'
40
42
-
41
43
name : Setup Docker Buildx
42
44
uses : docker/setup-buildx-action@v3
45
+ if : inputs.runner != 'ubuntu-latest-arm64'
43
46
with :
44
47
version : ' latest'
45
48
driver-opts : ' image=moby/buildkit:buildx-stable-1'
Original file line number Diff line number Diff line change 72
72
- arch : amd64
73
73
runner : ubuntu-latest
74
74
- arch : arm64
75
- runner : ubuntu-latest
75
+ runner : ubuntu-latest-arm64
76
76
uses : ./.github/workflows/_artifacts_linux.yml
77
77
with :
78
78
runner : ${{ matrix.runner }}
90
90
- arch : amd64
91
91
runner : ubuntu-latest
92
92
- arch : arm64
93
- runner : ubuntu-latest
93
+ runner : ubuntu-latest-arm64
94
94
95
95
uses : ./.github/workflows/_docker.yml
96
96
with :
You can’t perform that action at this time.
0 commit comments