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 813c7ba commit 859c765Copy full SHA for 859c765
Makefile
@@ -71,7 +71,7 @@ init: ## Install linters
71
cd tools && go generate -x -tags=tools
72
73
build: ## Compile using plain go build
74
- go build -ldflags="$(GO_BUILD_LDFLAGS)" -o $(PMM_RELEASE_PATH)/mongodb_exporter -tags gssapi
+ env CGO_ENABLED=1 go build -ldflags="$(GO_BUILD_LDFLAGS)" -o $(PMM_RELEASE_PATH)/mongodb_exporter -tags gssapi
75
76
release: ## Build the binaries using goreleaser
77
docker run --rm --privileged \
0 commit comments