Skip to content

Commit ea83ae9

Browse files
committed
add a riscv64 test job
1 parent 0aa4a95 commit ea83ae9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
os: ubuntu-24.04-arm
3232
multiarch: armhf
3333
gcc_cross: arm-linux-gnueabihf
34+
- host_target: riscv64gc-unknown-linux-gnu
35+
os: ubuntu-latest
36+
multiarch: riscv64
37+
gcc_cross: riscv64-linux-gnu
38+
qemu: true
3439
- host_target: s390x-unknown-linux-gnu
3540
os: ubuntu-latest
3641
multiarch: s390x

0 commit comments

Comments
 (0)