mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-19 16:30:07 +08:00
action: fix architecture check for riscv64 in script (#2435)
This commit is contained in:
parent
e7a04e0762
commit
69e301820c
@ -13,7 +13,7 @@ case $TARGETPLATFORM in
|
||||
"linux/arm/v7")
|
||||
arch="armv7"
|
||||
;;
|
||||
"riscv64")
|
||||
"linux/riscv64")
|
||||
arch="riscv64"
|
||||
;;
|
||||
*)
|
||||
@ -22,4 +22,4 @@ case $TARGETPLATFORM in
|
||||
;;
|
||||
esac
|
||||
file_name="$os$arch-$(cat bin/version.txt)"
|
||||
echo $file_name
|
||||
echo $file_name
|
||||
|
||||
Loading…
Reference in New Issue
Block a user