Skip to content

Commit 2f0a3b8

Browse files
committed
add riscv/64 builds
1 parent 1b3e3e9 commit 2f0a3b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- arm-linux-musleabi
2525
- aarch64-linux-musl
2626
- mips-linux-musl
27+
- riscv32-linux-musl
28+
- riscv64-linux-musl
2729
- x86_64-w64-mingw32
2830
- i686-w64-mingw32
2931
steps:
@@ -142,10 +144,10 @@ jobs:
142144
143145
if [ "${OS}" = "linux" ]; then
144146
case ${ARCH} in
145-
x86_64|aarch64|mips64*)
147+
x86_64|aarch64|mips64*|riscv64)
146148
export PLATFORM="linux-generic64"
147149
;;
148-
i686|i486|arm*|mips)
150+
i686|i486|arm*|mips|riscv32)
149151
export PLATFORM="linux-generic32"
150152
;;
151153
esac

0 commit comments

Comments
 (0)