summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-03-20 17:55:42 +0100
committerJakob Borg <jakob@nym.se>2014-03-20 17:55:42 +0100
commit25acc0e4458cf040d962c0cbe7f0e7eb82218c2b (patch)
tree07611478279be8f88985c0181b8ef5448d6f4081
parent16e1a4397a54f4fc0ff315b403478faeac7faf20 (diff)
Disable Windows builds for now (ref #94, #95)
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 1fcb9dd353..4ba3d8cc11 100755
--- a/build.sh
+++ b/build.sh
@@ -59,7 +59,7 @@ case "$1" in
test || exit 1
export GOARM=7
- for os in darwin-amd64 linux-amd64 linux-arm freebsd-amd64 windows-amd64 ; do
+ for os in darwin-amd64 linux-amd64 linux-arm freebsd-amd64 ; do
export GOOS=${os%-*}
export GOARCH=${os#*-}