Skip to content

Commit c55a66e

Browse files
committed
Add Aarch64 CI
1 parent 5e8d916 commit c55a66e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
include:
2525
- arch: x86_64
2626
runs-on: ubuntu-latest
27-
# TODO: add aarch64 when available
27+
- arch: aarch64
28+
runs-on: ubuntu-24.04-arm
2829
runs-on: ${{matrix.runs-on}}
2930
name: ${{matrix.binary}} (${{matrix.arch}})
3031
env:

0 commit comments

Comments
 (0)