mirror of https://github.com/go-gost/gost.git
enable riscv64 in install.sh
parent
b51cecbbfd
commit
62a097c5e4
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue