Also build 32 bit Linux (fixes #108)

This commit is contained in:
Jakob Borg 2014-04-01 10:48:09 +02:00
parent f4d3a9980f
commit 8e33288156
1 changed files with 1 additions and 1 deletions

View File

@ -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#*-}