update amd64/net.huangyuhui.hmcl/build.sh.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
@@ -45,9 +45,11 @@ source /opt/bashimport/sbs-build-helper.bashimport
|
||||
if [ "$1" = "amd64" ] || [ "$1" = "x64" ];then
|
||||
ARCH="amd64"
|
||||
ARCH_ANOTHERWAY="-amd64"
|
||||
ARCH_STORE_PATH="amd64-store"
|
||||
elif [ "$1" = "arm64" ] || [ "$1" = "arm" ];then
|
||||
ARCH="arm64"
|
||||
ARCH_ANOTHERWAY="-aarch64"
|
||||
ARCH_STORE_PATH="arm64-store"
|
||||
elif [ "$1" = "loong64" ];then
|
||||
ARCH="loong64"
|
||||
ARCH_ANOTHERWAY="-loong64"
|
||||
|
||||
Reference in New Issue
Block a user