Skip to content

Commit 36cf9d8

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
smcache_key: ${{ needs.submodule_cache.outputs.key }}
6565
strategy:
6666
matrix:
67-
os: [ubuntu-22.04, ubuntu-24.04]
67+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
6868
mode: [newlib, linux, musl, uclibc]
6969
target: [rv32gc-ilp32d, rv64gc-lp64d]
7070
compiler: [gcc, llvm]
@@ -143,7 +143,7 @@ jobs:
143143
smcache_key: ${{ needs.submodule_cache.outputs.key }}
144144
strategy:
145145
matrix:
146-
os: [ubuntu-24.04]
146+
os: [ubuntu-24.04, ubuntu-24.04-arm]
147147
mode: [newlib]
148148
target: [rv64gc-lp64d]
149149
sim: [spike]
@@ -181,7 +181,7 @@ jobs:
181181
smcache_key: ${{ needs.submodule_cache.outputs.key }}
182182
strategy:
183183
matrix:
184-
os: [ubuntu-24.04]
184+
os: [ubuntu-24.04, ubuntu-24.04-arm]
185185
mode: [newlib, linux]
186186
target: [rv64gc-lp64d]
187187
steps:

.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)