Skip to content

Commit

Permalink
MINOR: add support to binary statically compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmatmati committed Nov 21, 2024
1 parent 0ee13ad commit cde9010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ build-pebble:
### Can be used for example to use `go replace` and build with a local library,
.PHONY: build-dev
build-dev:
GOOS=$(GOSS) GOARCH=$(GOARCH) go build .
GOOS=$(GOSS) GOARCH=$(GOARCH) CGO_ENABLED='0' go build .
docker build -t haproxytech/kubernetes-ingress --build-arg TARGETPLATFORM=$(TARGETPLATFORM) -f build/Dockerfile.dev .

.PHONY: publish
Expand Down

0 comments on commit cde9010

Please # to comment.