Skip to content

Commit 8704b03

Browse files
committed
ci: switch jobs using emulation to native arm64 runners
Signed-off-by: CrazyMax <[email protected]>
1 parent c2c70ac commit 8704b03

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/test-os.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,17 +229,14 @@ jobs:
229229
vagrant ssh -- "sudo cat /vagrant/.tmp/logs/containerd"
230230
231231
sandbox-build:
232-
runs-on: ubuntu-24.04
232+
runs-on: ${{ matrix.platform == 'linux/arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
233233
strategy:
234234
fail-fast: false
235235
matrix:
236236
platform:
237237
- linux/amd64
238238
- linux/arm64
239239
steps:
240-
-
241-
name: Set up QEMU
242-
uses: docker/setup-qemu-action@v3
243240
-
244241
name: Set up Docker Buildx
245242
uses: docker/setup-buildx-action@v3

.github/workflows/validate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ jobs:
6464
targets: ${{ matrix.target }}
6565

6666
archutil-arm64:
67-
runs-on: ubuntu-24.04
67+
runs-on: ubuntu-24.04-arm
6868
steps:
69-
-
70-
name: Set up QEMU
71-
uses: docker/setup-qemu-action@v3
7269
-
7370
name: Set up Docker Buildx
7471
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)