Skip to content

Commit 29fe0c3

Browse files
authored
Enable CI builds for riscv64-linux (#3685)
1 parent 9c627c6 commit 29fe0c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
rust: stable
5555
target: aarch64-unknown-linux-gnu
5656
cross: true
57+
- build: riscv64-linux
58+
os: ubuntu-20.04
59+
rust: stable
60+
target: riscv64gc-unknown-linux-gnu
61+
cross: true
5762
- build: x86_64-macos
5863
os: macos-latest
5964
rust: stable

0 commit comments

Comments
 (0)