Skip to content

Commit

Permalink
Remove vcs check
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-luther committed Jul 5, 2023
1 parent 2107c83 commit a496038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ go-test:
${GO_TEST_TIMEOUT_10} ./...

proxy/proxy:
GOOS=linux go build -tags netgo -ldflags '-w -extldflags "-static"' -o ./build/proxy ./proxy
GOOS=linux go build -buildvcs=false -tags netgo -ldflags '-w -extldflags "-static"' -o ./build/proxy ./proxy

.PHONY: clean
clean:
Expand Down

0 comments on commit a496038

Please sign in to comment.