enable riscv64 in install.sh

pull/725/head
Meng Zhuo 2025-06-27 12:00:06 +08:00 committed by GitHub
parent b51cecbbfd
commit 6b46187ec2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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