enable riscv64 in install.sh

This commit is contained in:
Meng Zhuo
2025-06-27 12:00:06 +08:00
committed by ginuerzh
parent b51cecbbfd
commit 62a097c5e4
+3
View File
@@ -57,6 +57,9 @@ install_gost() {
mipsel*)
cpu_arch="mipsle"
;;
riscv64)
cpu_arch="riscv64"
;;
*)
echo "Unsupported CPU architecture."
exit 1