Skip to content

Commit

Permalink
support ppc64 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Nov 1, 2018
1 parent 598b4ee commit e24c1fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release/install-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 2 additions & 0 deletions release/release-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e24c1fd

Please sign in to comment.