Skip to content

Commit 925e1bc

Browse files
committed
ci(release): add riscv64-linux release target
1 parent 8cf22ae commit 925e1bc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/nightly.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
NAME: aarch64-linux,
3838
TARGET: aarch64-unknown-linux-musl,
3939
}
40+
- {
41+
NAME: riscv64-linux,
42+
TARGET: riscv64gc-unknown-linux-musl
43+
}
4044
steps:
4145
- name: Checkout
4246
uses: actions/checkout@v4

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
NAME: aarch64-linux,
2424
TARGET: aarch64-unknown-linux-musl,
2525
}
26+
- {
27+
NAME: riscv64-linux,
28+
TARGET: riscv64gc-unknown-linux-musl
29+
}
2630
steps:
2731
- name: Checkout
2832
uses: actions/checkout@v4

0 commit comments

Comments
 (0)