We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf22ae commit 925e1bcCopy full SHA for 925e1bc
.github/workflows/nightly.yaml
@@ -37,6 +37,10 @@ jobs:
37
NAME: aarch64-linux,
38
TARGET: aarch64-unknown-linux-musl,
39
}
40
+ - {
41
+ NAME: riscv64-linux,
42
+ TARGET: riscv64gc-unknown-linux-musl
43
+ }
44
steps:
45
- name: Checkout
46
uses: actions/checkout@v4
.github/workflows/release.yaml
@@ -23,6 +23,10 @@ jobs:
23
24
25
26
27
28
29
30
31
32
0 commit comments