Skip to content

Commit

Permalink
Add riscv64 crossbuild in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Jan 1, 2024
1 parent 5c0b4e6 commit dba8ef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
system-processor: aarch64
triple: aarch64-linux-gnu
rtld: ld-linux-aarch64.so.1
- name: riscv64
system-processor: riscv64
triple: riscv64-linux-gnu
rtld: ld-linux-riscv64-lp64d.so.1
# Don't abort runners if a single one fails
fail-fast: false
runs-on: ubuntu-latest
Expand Down

0 comments on commit dba8ef0

Please sign in to comment.