Skip to content

Commit

Permalink
Remove build target restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuyui committed Aug 19, 2018
1 parent a676c74 commit ce4ce00
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}}'

0 comments on commit ce4ce00

Please sign in to comment.