We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b3572 commit 6c27709Copy full SHA for 6c27709
Makefile
@@ -8,7 +8,7 @@ OUT_DOCKER ?= tcpulse
8
all: build
9
10
build: vet staticcheck
11
- $(GO) build -o $(OUT_BIN)
+ CGO_ENABLED=0 $(GO) build -o $(OUT_BIN)
12
13
vet:
14
$(GO) vet ./...
0 commit comments