Skip to content

Commit

Permalink
chore(ci): build binary for riscv64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Sep 10, 2022
1 parent 01ee42b commit 8f93412
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 8f93412

Please sign in to comment.