Skip to content

Commit e27dddc

Browse files
authored
feat(ci): Publish binary for riscv64
1 parent 40ebd82 commit e27dddc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish-binaries.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- rust-target: aarch64-unknown-linux-gnu
3434
os: ubuntu-latest
3535
cross: true
36+
- rust-target: riscv64gc-unknown-linux-gnu
37+
os: ubuntu-latest
38+
cross: true
3639
- rust-target: x86_64-apple-darwin
3740
os: macos-latest
3841
- rust-target: aarch64-apple-darwin
@@ -89,6 +92,9 @@ jobs:
8992
- rust-target: aarch64-unknown-linux-gnu
9093
os: ubuntu-latest
9194
cross: true
95+
- rust-target: riscv64gc-unknown-linux-gnu
96+
os: ubuntu-latest
97+
cross: true
9298
- rust-target: x86_64-apple-darwin
9399
os: macos-latest
94100
- rust-target: aarch64-apple-darwin

0 commit comments

Comments
 (0)