ci: add arm support
This commit is contained in:
parent
b683d4dec3
commit
fdb0813830
|
@ -48,7 +48,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, ubuntu-24.04]
|
||||
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
|
||||
mode: [newlib, linux, musl, uclibc]
|
||||
target: [rv32gc-ilp32d, rv64gc-lp64d]
|
||||
compiler: [gcc, llvm]
|
||||
|
|
Loading…
Reference in New Issue