enable riscv64 in install.sh

pull/736/head
Meng Zhuo 2025-06-27 12:00:06 +08:00 committed by ginuerzh
parent b51cecbbfd
commit 62a097c5e4
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ install_gost() {
mipsel*)
cpu_arch="mipsle"
;;
riscv64)
cpu_arch="riscv64"
;;
*)
echo "Unsupported CPU architecture."
exit 1