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 e6a44f7 commit 3e99a54Copy full SHA for 3e99a54
dbm-services/mongodb/db-tools/mongo-toolkit-go/Makefile
@@ -41,7 +41,7 @@ check:
41
build:
42
@echo " > Building Linux binary..."
43
# go build -v $(LDFLAGS) -o target/$(toolkit)_$(OS) cmd/mongo-toolkit-go/main.go
44
- GOOS=linux GOARCH=amd64 go build $(TRIMPATH) -v $(BUILD_FLAG) -o ./build/$(SRV_NAME)_Linux cmd/$(SRV_NAME)/main.go
+ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build $(TRIMPATH) -v $(BUILD_FLAG) -o ./build/$(SRV_NAME)_Linux cmd/$(SRV_NAME)/main.go
45
46
local:
47
@echo " > Building $(OS) binary..."
0 commit comments