diff --git a/release/install-release.sh b/release/install-release.sh index 6a2306e1..d2179e3d 100755 --- a/release/install-release.sh +++ b/release/install-release.sh @@ -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 } diff --git a/release/release-ci.sh b/release/release-ci.sh index a3c6beb4..dde843a9 100644 --- a/release/release-ci.sh +++ b/release/release-ci.sh @@ -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