Skip to content

Commit b3f83ed

Browse files
committed
[ci] enable adapter tests on aarch64.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent 4b1d52a commit b3f83ed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-adapters.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
- runner: ubuntu-latest
1313
arch: x86_64
1414
target: x86_64-unknown-linux-gnu
15-
# needs 2404 images which supposedly ship next week
16-
#- runner: blacksmith-16vcpu-ubuntu-2204-arm
17-
# arch: aarch64
18-
# target: aarch64-unknown-linux-gnu
15+
- runner: blacksmith-16vcpu-ubuntu-2404-arm
16+
arch: aarch64
17+
target: aarch64-unknown-linux-gnu
1918
runs-on: ${{ matrix.runner }}
2019
# can't run in container because see below
2120
# For some dumb reason we can't run these tests in the dev container

0 commit comments

Comments
 (0)