Skip to content

Commit 6f51177

Browse files
authored
ci: use arm runner for aarch64 (#24)
* ci: use arm runner for building the arm container
1 parent 802371b commit 6f51177

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
arch: "x86_64"
2626
}
2727
- {
28-
os: "ubuntu-latest",
28+
os: "ubuntu-24.04-arm",
2929
version: "linux",
3030
arch: "arm64"
3131
}
@@ -35,11 +35,6 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v3
38-
# https://github.com/docker/setup-qemu-action
39-
- name: Set up QEMU
40-
if: ${{ matrix.config.arch == 'arm64' }}
41-
uses: docker/setup-qemu-action@v1
42-
4338
- name: Build image
4439
working-directory: ${{ matrix.config.version }}
4540
shell: bash

0 commit comments

Comments
 (0)