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 15d34e3 commit b29f34aCopy full SHA for b29f34a
Makefile
@@ -26,8 +26,8 @@ define LDFLAGS
26
-X "github.com/jetstack/preflight/pkg/client.AuthServerDomain=$(OAUTH_AUTH_SERVER_DOMAIN)"
27
endef
28
29
-GO_BUILD:=go build -ldflags '$(LDFLAGS)'
30
-GO_INSTALL:=go install -ldflags '$(LDFLAGS)'
+GO_BUILD:=CGO_ENABLED=0 go build -ldflags '$(LDFLAGS)'
+GO_INSTALL:=CGO_ENABLED=0 go install -ldflags '$(LDFLAGS)'
31
32
export GO111MODULE=on
33
0 commit comments