Skip to content

Commit 3dbbc95

Browse files
committed
build: windows build target
1 parent 73442db commit 3dbbc95

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ build-linux:
1616
build-mac:
1717
GOOS=darwin go build -o vproxy-macos-x64 ./bin/vproxy/
1818

19+
build-windows:
20+
GOOS=windows go build -o vproxy-windows-x64 ./bin/vproxy/
21+
1922
release: clean
2023
goreleaser release --rm-dist
2124

0 commit comments

Comments
 (0)