mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
scripts/build-binary: Added s390x support for binary release
This commit is contained in:
@@ -70,6 +70,7 @@ function main {
|
||||
if [ ${GOOS} == "linux" ]; then
|
||||
TARGET_ARCHS+=("arm64")
|
||||
TARGET_ARCHS+=("ppc64le")
|
||||
TARGET_ARCHS+=("s390x")
|
||||
fi
|
||||
|
||||
for TARGET_ARCH in "${TARGET_ARCHS[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user