File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -229,17 +229,14 @@ jobs:
229
229
vagrant ssh -- "sudo cat /vagrant/.tmp/logs/containerd"
230
230
231
231
sandbox-build :
232
- runs-on : ubuntu-24.04
232
+ runs-on : ${{ matrix.platform == 'linux/arm64' && ' ubuntu-24.04-arm' || 'ubuntu-24.04' }}
233
233
strategy :
234
234
fail-fast : false
235
235
matrix :
236
236
platform :
237
237
- linux/amd64
238
238
- linux/arm64
239
239
steps :
240
- -
241
- name : Set up QEMU
242
- uses : docker/setup-qemu-action@v3
243
240
-
244
241
name : Set up Docker Buildx
245
242
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 64
64
targets : ${{ matrix.target }}
65
65
66
66
archutil-arm64 :
67
- runs-on : ubuntu-24.04
67
+ runs-on : ubuntu-24.04-arm
68
68
steps :
69
- -
70
- name : Set up QEMU
71
- uses : docker/setup-qemu-action@v3
72
69
-
73
70
name : Set up Docker Buildx
74
71
uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments