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 @@ -48,14 +48,17 @@ jobs:
48
48
-
49
49
name : Set up Docker
50
50
uses : crazy-max/ghaction-setup-docker@v3
51
+ if : inputs.runner != 'ubuntu-latest-arm64'
51
52
with :
52
53
daemon-config : ' { "features": { "containerd-snapshotter": true } }'
53
54
-
54
55
name : Setup QEMU
55
56
uses : docker/setup-qemu-action@v3
57
+ if : inputs.runner != 'ubuntu-latest-arm64'
56
58
-
57
59
name : Setup Docker Buildx
58
60
uses : docker/setup-buildx-action@v3
61
+ if : inputs.runner != 'ubuntu-latest-arm64'
59
62
with :
60
63
version : ' latest'
61
64
driver-opts : ' image=moby/buildkit:buildx-stable-1'
Original file line number Diff line number Diff line change @@ -35,14 +35,17 @@ jobs:
35
35
-
36
36
name : Set up Docker
37
37
uses : crazy-max/ghaction-setup-docker@v3
38
+ if : inputs.runner != 'ubuntu-latest-arm64'
38
39
with :
39
40
daemon-config : ' { "features": { "containerd-snapshotter": true } }'
40
41
-
41
42
name : Setup QEMU
42
43
uses : docker/setup-qemu-action@v3
44
+ if : inputs.runner != 'ubuntu-latest-arm64'
43
45
-
44
46
name : Setup Docker Buildx
45
47
uses : docker/setup-buildx-action@v3
48
+ if : inputs.runner != 'ubuntu-latest-arm64'
46
49
with :
47
50
version : ' latest'
48
51
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