Disable Windows builds for now (ref #94, #95)

This commit is contained in:
Jakob Borg 2014-03-20 17:55:42 +01:00
parent 16e1a4397a
commit 25acc0e445
1 changed files with 1 additions and 1 deletions

View File

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