Enable CI builds for riscv64-linux
(#3685)
This commit is contained in:
parent
9c627c65e5
commit
29fe0c3862
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue