Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit dd2a704

Browse files
kewegnerchilanti
authored andcommitted
Cgo (#46)
* temporary key change * reverted key * cgo change * fix space issue
1 parent ca74aa9 commit dd2a704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ clean: ## Removes existing build artifacts in order to get a fresh build
5151

5252
.PHONY: build
5353
build: ## Build binary for linux stores it in the build/ dir
54-
GOOS=linux GOARCH=amd64 go build -o $(BUILD_PATH)/$(COMMAND) -ldflags "-X main.VERSION=$(VERSION)"
54+
GOOS=linux CGO_ENABLED=0 GOARCH=amd64 go build -o $(BUILD_PATH)/$(COMMAND) -ldflags "-X main.VERSION=$(VERSION)"
5555

5656
.PHONY: package
5757
package: build ## Build the linux binary and stores it in package/ dir

0 commit comments

Comments
 (0)