Browse Source

support ppc64 releases

Darien Raymond 7 years ago
parent
commit
e24c1fd02a
2 changed files with 6 additions and 0 deletions
  1. 4 0
      release/install-release.sh
  2. 2 0
      release/release-ci.sh

+ 4 - 0
release/install-release.sh

@@ -107,6 +107,10 @@ sysArch(){
         VDIS="mips"
         VDIS="mips"
     elif [[ "$ARCH" == *"s390x"* ]]; then
     elif [[ "$ARCH" == *"s390x"* ]]; then
         VDIS="s390x"
         VDIS="s390x"
+    elif [[ "$ARCH" == "ppc64le" ]]; then
+        VDIS="ppc64le"
+    elif [[ "$ARCH" == "ppc64" ]]; then
+        VDIS="ppc64"
     fi
     fi
     return 0
     return 0
 }
 }

+ 2 - 0
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-mips64le.zip
 upload ${ART_ROOT}/v2ray-linux-mips.zip
 upload ${ART_ROOT}/v2ray-linux-mips.zip
 upload ${ART_ROOT}/v2ray-linux-mipsle.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-linux-s390x.zip
 upload ${ART_ROOT}/v2ray-freebsd-64.zip
 upload ${ART_ROOT}/v2ray-freebsd-64.zip
 upload ${ART_ROOT}/v2ray-freebsd-32.zip
 upload ${ART_ROOT}/v2ray-freebsd-32.zip