Skip to content

Commit

Permalink
Enable CI builds for riscv64-linux (#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Sep 10, 2022
1 parent 9c627c6 commit 29fe0c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
rust: stable
target: aarch64-unknown-linux-gnu
cross: true
- build: riscv64-linux
os: ubuntu-20.04
rust: stable
target: riscv64gc-unknown-linux-gnu
cross: true
- build: x86_64-macos
os: macos-latest
rust: stable
Expand Down

0 comments on commit 29fe0c3

Please sign in to comment.