Skip to content

Commit

Permalink
build: windows build target
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Jul 19, 2022
1 parent 73442db commit 3dbbc95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ build-linux:
build-mac:
GOOS=darwin go build -o vproxy-macos-x64 ./bin/vproxy/

build-windows:
GOOS=windows go build -o vproxy-windows-x64 ./bin/vproxy/

release: clean
goreleaser release --rm-dist

Expand Down

0 comments on commit 3dbbc95

Please sign in to comment.