mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
support ppc64 releases
This commit is contained in:
parent
598b4ee639
commit
e24c1fd02a
@ -107,6 +107,10 @@ sysArch(){
|
||||
VDIS="mips"
|
||||
elif [[ "$ARCH" == *"s390x"* ]]; then
|
||||
VDIS="s390x"
|
||||
elif [[ "$ARCH" == "ppc64le" ]]; then
|
||||
VDIS="ppc64le"
|
||||
elif [[ "$ARCH" == "ppc64" ]]; then
|
||||
VDIS="ppc64"
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
@ -103,6 +103,8 @@ upload ${ART_ROOT}/v2ray-linux-mips64.zip
|
||||
upload ${ART_ROOT}/v2ray-linux-mips64le.zip
|
||||
upload ${ART_ROOT}/v2ray-linux-mips.zip
|
||||
upload ${ART_ROOT}/v2ray-linux-mipsle.zip
|
||||
upload ${ART_ROOT}/v2ray-linux-ppc64.zip
|
||||
upload ${ART_ROOT}/v2ray-linux-ppc64le.zip
|
||||
upload ${ART_ROOT}/v2ray-linux-s390x.zip
|
||||
upload ${ART_ROOT}/v2ray-freebsd-64.zip
|
||||
upload ${ART_ROOT}/v2ray-freebsd-32.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user