We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73442db commit 3dbbc95Copy full SHA for 3dbbc95
1 file changed
Makefile
@@ -16,6 +16,9 @@ build-linux:
16
build-mac:
17
GOOS=darwin go build -o vproxy-macos-x64 ./bin/vproxy/
18
19
+build-windows:
20
+ GOOS=windows go build -o vproxy-windows-x64 ./bin/vproxy/
21
+
22
release: clean
23
goreleaser release --rm-dist
24
0 commit comments