Skip to content

Commit

Permalink
Release binaries for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hirose31 committed Jul 10, 2017
1 parent 38adb6f commit 176283d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pinger: $(SOURCES)
sudo chmod 4755 $@

build:
gox $(BUILD_OPTS) -osarch "linux/amd64 darwin/amd64" -output "$(DIST)/$(VERSION)/pinger-$(VERSION)_{{.OS}}_{{.Arch}}/pinger"
gox $(BUILD_OPTS) -osarch "linux/amd64 darwin/amd64 windows/amd64 windows/386" -output "$(DIST)/$(VERSION)/pinger-$(VERSION)_{{.OS}}_{{.Arch}}/pinger"
# @for bin in $(DIST)/$(VERSION)/pinger-$(VERSION)_*/pinger; do \
# upx $${bin}; \
# done
Expand Down

0 comments on commit 176283d

Please sign in to comment.