summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-04-01 10:48:09 +0200
committerJakob Borg <jakob@nym.se>2014-04-01 10:48:09 +0200
commit8e3328815610769e4e3b289eaaa2f60d74721b38 (patch)
tree2b372c8a604f362ceafb6fb059aec036f7d136d0 /build.sh
parentf4d3a9980f727073d06cbe579d2af2f77b2abaf4 (diff)
Also build 32 bit Linux (fixes #108)
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 49a54daf34..bb171b6282 100755
--- a/build.sh
+++ b/build.sh
@@ -86,7 +86,7 @@ case "$1" in
prepare
test || exit 1
- for os in darwin-amd64 linux-amd64 freebsd-amd64 windows-amd64 ; do
+ for os in darwin-amd64 linux-386 linux-amd64 freebsd-amd64 windows-amd64 ; do
export GOOS=${os%-*}
export GOARCH=${os#*-}