mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-19 16:30:07 +08:00
Fix architecture check for riscv64 in script
This commit is contained in:
parent
e7a04e0762
commit
237fbee08c
@ -13,7 +13,7 @@ case $TARGETPLATFORM in
|
||||
"linux/arm/v7")
|
||||
arch="armv7"
|
||||
;;
|
||||
"riscv64")
|
||||
"linux/riscv64")
|
||||
arch="riscv64"
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user