enable riscv64 in install.sh
This commit is contained in:
@@ -57,6 +57,9 @@ install_gost() {
|
|||||||
mipsel*)
|
mipsel*)
|
||||||
cpu_arch="mipsle"
|
cpu_arch="mipsle"
|
||||||
;;
|
;;
|
||||||
|
riscv64)
|
||||||
|
cpu_arch="riscv64"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported CPU architecture."
|
echo "Unsupported CPU architecture."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user