From ce4ce006abec503940d0b3d6439078d79444a702 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Sun, 19 Aug 2018 18:07:09 +0900 Subject: [PATCH] Remove build target restriction --- bin/build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/build.sh b/bin/build.sh index 1b6d779..7ff8c4e 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -2,12 +2,6 @@ go get -d ./... CGO_ENABLE=0 \ gox \ --osarch='darwin/386 darwin/amd64' \ --osarch='linux/386 linux/amd64 linux/arm' \ --osarch='freebsd/386 freebsd/amd64 freebsd/arm' \ --osarch='openbsd/386 openbsd/amd64' \ --osarch='windows/386 windows/amd64' \ --osarch='netbsd/386 netbsd/amd64' \ -ldflags '-w -s' \ -ldflags '-X main.version='"$BUILD_VERSION" \ -output='build/myip_{{.OS}}_{{.Arch}}'