Skip to content

Commit d30cc6a

Browse files
committed
ci: add arm support
1 parent 062ad35 commit d30cc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
matrix:
51-
os: [ubuntu-22.04, ubuntu-24.04]
51+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
5252
mode: [newlib, linux, musl, uclibc]
5353
target: [rv32gc-ilp32d, rv64gc-lp64d]
5454
compiler: [gcc, llvm]

0 commit comments

Comments
 (0)