mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-08-10 22:34:10 +08:00
+2
-2
@@ -16,11 +16,11 @@ load_transhell
|
|||||||
if [[ "$IS_APM_ENV" = "" ]] ;then
|
if [[ "$IS_APM_ENV" = "" ]] ;then
|
||||||
case $(arch) in
|
case $(arch) in
|
||||||
x86_64 | i686 | i386)
|
x86_64 | i686 | i386)
|
||||||
STORE_URL="store"
|
STORE_URL="amd64-store"
|
||||||
STORE_LIST_URL=""
|
STORE_LIST_URL=""
|
||||||
;;
|
;;
|
||||||
aarch64)
|
aarch64)
|
||||||
STORE_URL="aarch64-store"
|
STORE_URL="arm64-store"
|
||||||
STORE_LIST_URL="-aarch64"
|
STORE_LIST_URL="-aarch64"
|
||||||
;;
|
;;
|
||||||
loongarch64)
|
loongarch64)
|
||||||
|
|||||||
Reference in New Issue
Block a user