Skip to content

Commit

Permalink
Experimental: Build Windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Feb 12, 2018
1 parent 1d35f0a commit d2ead24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dist:
GOOS=darwin GOARCH=amd64 go build -o ./bin/sup-darwin64 ./cmd/sup
GOOS=linux GOARCH=amd64 go build -o ./bin/sup-linux64 ./cmd/sup
GOOS=linux GOARCH=386 go build -o ./bin/sup-linux386 ./cmd/sup
GOOS=windows GOARCH=amd64 go build -o ./bin/sup-windows64.exe ./cmd/sup
GOOS=windows GOARCH=386 go build -o ./bin/sup-windows386.exe ./cmd/sup

test:
go test ./...
Expand Down

0 comments on commit d2ead24

Please sign in to comment.