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 2e2cf03 commit 4b286d0Copy full SHA for 4b286d0
1 file changed
Makefile
@@ -4,7 +4,7 @@ test:
4
go test -v ./...
5
6
build-collector:
7
- go tool builder --config collector/manifest.yaml
+ CGO_ENABLED=0 go tool builder --config collector/manifest.yaml
8
9
clean:
10
@echo "Cleaning build artifacts..."
0 commit comments