We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ebd82 commit e27dddcCopy full SHA for e27dddc
1 file changed
.github/workflows/publish-binaries.yml
@@ -33,6 +33,9 @@ jobs:
33
- rust-target: aarch64-unknown-linux-gnu
34
os: ubuntu-latest
35
cross: true
36
+ - rust-target: riscv64gc-unknown-linux-gnu
37
+ os: ubuntu-latest
38
+ cross: true
39
- rust-target: x86_64-apple-darwin
40
os: macos-latest
41
- rust-target: aarch64-apple-darwin
@@ -89,6 +92,9 @@ jobs:
89
92
90
93
91
94
95
96
97
98
99
100
0 commit comments