mirror of
https://github.com/XrayR-project/XrayR-release.git
synced 2025-07-27 23:28:33 +00:00
Add s390x arch support
This commit is contained in:
@@ -35,6 +35,8 @@ if [[ $arch == "x86_64" || $arch == "x64" || $arch == "amd64" ]]; then
|
||||
arch="64"
|
||||
elif [[ $arch == "aarch64" || $arch == "arm64" ]]; then
|
||||
arch="arm64-v8a"
|
||||
elif [[ $arch == "s390x" ]]; then
|
||||
arch="s390x"
|
||||
else
|
||||
arch="64"
|
||||
echo -e "${red}检测架构失败,使用默认架构: ${arch}${plain}"
|
||||
|
Reference in New Issue
Block a user