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 b536263 commit ca1325bCopy full SHA for ca1325b
Makefile
@@ -79,7 +79,7 @@ build-pebble:
79
### Can be used for example to use `go replace` and build with a local library,
80
.PHONY: build-dev
81
build-dev:
82
- GOOS=$(GOSS) GOARCH=$(GOARCH) go build .
+ GOOS=$(GOSS) GOARCH=$(GOARCH) CGO_ENABLED='0' go build .
83
docker build -t haproxytech/kubernetes-ingress --build-arg TARGETPLATFORM=$(TARGETPLATFORM) -f build/Dockerfile.dev .
84
85
.PHONY: publish
0 commit comments