We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60d8cf commit 67f6a73Copy full SHA for 67f6a73
1 file changed
Makefile
@@ -76,7 +76,7 @@ build-image-multi-arch:
76
$(shell pwd)
77
78
build:
79
- go build -mod=readonly -trimpath -v -ldflags="$(GO_LDFLAGS)" -o ./bin/${GO_BINARY_NAME} ./cmd/appgw-ingress
+ CGO_ENABLED=0 go build -mod=readonly -trimpath -v -ldflags="$(GO_LDFLAGS)" -o ./bin/${GO_BINARY_NAME} ./cmd/appgw-ingress
80
81
lint-all: lint lint-helm
82
0 commit comments