Skip to content

Commit

Permalink
build: use goreleaser for build goal
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Oct 29, 2021
1 parent 665e8f2 commit b83763a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

build: build-linux build-mac
build: clean
goreleaser build --snapshot --rm-dist

build-linux:
GOOS=linux go build -o vproxy-linux-x64 ./bin/vproxy/
Expand Down

0 comments on commit b83763a

Please sign in to comment.