diff --git a/webhook/Makefile b/webhook/Makefile index cc5d4ad..6f33bed 100644 --- a/webhook/Makefile +++ b/webhook/Makefile @@ -1,5 +1,6 @@ .PHONY: webhook +export CGO_ENABLED=0 export GOPATH = /tmp/go export GOOS = linux export GOARCH = amd64