上游标准化

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2026-07-20 03:07:55 +00:00
committed by Gitee
parent e7476f4bc3
commit b84f82e7bb
+2 -2
View File
@@ -16,11 +16,11 @@ load_transhell
if [[ "$IS_APM_ENV" = "" ]] ;then
case $(arch) in
x86_64 | i686 | i386)
STORE_URL="store"
STORE_URL="amd64-store"
STORE_LIST_URL=""
;;
aarch64)
STORE_URL="aarch64-store"
STORE_URL="arm64-store"
STORE_LIST_URL="-aarch64"
;;
loongarch64)