From 25acc0e4458cf040d962c0cbe7f0e7eb82218c2b Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 20 Mar 2014 17:55:42 +0100 Subject: [PATCH] Disable Windows builds for now (ref #94, #95) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1fcb9dd3..4ba3d8cc 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#*-}