ci: add arm support

This commit is contained in:
Suyun114 2025-06-23 14:15:01 +08:00 committed by Christoph Müllner
parent b683d4dec3
commit fdb0813830
1 changed files with 1 additions and 1 deletions

View File

@ -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]