File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ sysArch(){
107107 VDIS=" mips"
108108 elif [[ " $ARCH " == * " s390x" * ]]; then
109109 VDIS=" s390x"
110+ elif [[ " $ARCH " == " ppc64le" ]]; then
111+ VDIS=" ppc64le"
112+ elif [[ " $ARCH " == " ppc64" ]]; then
113+ VDIS=" ppc64"
110114 fi
111115 return 0
112116}
Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ upload ${ART_ROOT}/v2ray-linux-mips64.zip
103103upload ${ART_ROOT} /v2ray-linux-mips64le.zip
104104upload ${ART_ROOT} /v2ray-linux-mips.zip
105105upload ${ART_ROOT} /v2ray-linux-mipsle.zip
106+ upload ${ART_ROOT} /v2ray-linux-ppc64.zip
107+ upload ${ART_ROOT} /v2ray-linux-ppc64le.zip
106108upload ${ART_ROOT} /v2ray-linux-s390x.zip
107109upload ${ART_ROOT} /v2ray-freebsd-64.zip
108110upload ${ART_ROOT} /v2ray-freebsd-32.zip
You can’t perform that action at this time.
0 commit comments