add CGO_ENABLED=0 in Makefile
This commit is contained in:
parent
98a0844f56
commit
7ce9731a8e
2
Makefile
2
Makefile
|
@ -88,7 +88,7 @@ ifeq ($(FIPS), true)
|
||||||
mv fips/fips.go.linux-amd64 fips/fips.go
|
mv fips/fips.go.linux-amd64 fips/fips.go
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GOOS=$(TARGET_OS) GOARCH=$(TARGET_ARCH) go build -v -mod=vendor $(GO_BUILD_TAGS) $(VERSION_FLAGS) $(IMPORT_PATH)/cmd/cloudflared
|
CGO_ENABLED=0 GOOS=$(TARGET_OS) GOARCH=$(TARGET_ARCH) go build -v -mod=vendor $(GO_BUILD_TAGS) $(VERSION_FLAGS) $(IMPORT_PATH)/cmd/cloudflared
|
||||||
|
|
||||||
ifeq ($(FIPS), true)
|
ifeq ($(FIPS), true)
|
||||||
mv fips/fips.go fips/fips.go.linux-amd64
|
mv fips/fips.go fips/fips.go.linux-amd64
|
||||||
|
|
Loading…
Reference in New Issue