We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018f588 commit 362e0a5Copy full SHA for 362e0a5
Makefile
@@ -183,7 +183,7 @@ build: build-epp build-sidecar ## Build the project
183
.PHONY: build-%
184
build-%: check-go download-tokenizer ## Build the project
185
@printf "\033[33;1m==== Building ====\033[0m\n"
186
- go build $($*_LDFLAGS) -o bin/$($*_NAME) cmd/$($*_NAME)/main.go
+ CGO_CFLAGS=${$*_CGO_CFLAGS} CGO_LDFLAGS=${$*_CGO_LDFLAGS} go build $($*_LDFLAGS) -o bin/$($*_NAME) cmd/$($*_NAME)/main.go
187
188
##@ Container Build/Push
189
0 commit comments