git://git.halfball.org
/
cni.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2da8f8
)
scripts/release.sh: Add in s390x architecture
author
Tom Denham
<tom@tomdee.co.uk>
Thu, 6 Jul 2017 17:39:44 +0000
(10:39 -0700)
committer
Tom Denham
<tom@tomdee.co.uk>
Thu, 6 Jul 2017 17:39:44 +0000
(10:39 -0700)
scripts/release.sh
patch
|
blob
|
history
diff --git
a/scripts/release.sh
b/scripts/release.sh
index
37e2001
..
4e8fe0f
100755
(executable)
--- a/
scripts/release.sh
+++ b/
scripts/release.sh
@@
-17,7
+17,7
@@
docker run -i -v ${SRC_DIR}:/opt/src --rm golang:1.8-alpine \
/bin/sh -xe -c "\
apk --no-cache add bash tar;
cd /opt/src; umask 0022;
- for arch in amd64 arm arm64 ppc64le; do \
+ for arch in amd64 arm arm64 ppc64le
s390x
; do \
CGO_ENABLED=0 GOARCH=\$arch ./build.sh ${BUILDFLAGS}; \
for format in tgz; do \
FILENAME=cni-\$arch-${TAG}.\$format; \