disable CGO explicitly in makefile
This commit is contained in:
4
Makefile
4
Makefile
@ -1,3 +1,5 @@
|
||||
export CGO_ENABLED=0
|
||||
|
||||
VERSION := $(shell git describe --tags --dirty --always)
|
||||
|
||||
GOFLAGS := -ldflags "-X main.version=$(VERSION)" -trimpath
|
||||
@ -16,4 +18,4 @@ e2e: build
|
||||
clean:
|
||||
rm -f wesher wesher-* wesher.sha256sums
|
||||
|
||||
.PHONY: build release e2e clean
|
||||
.PHONY: build release e2e clean
|
||||
|
Reference in New Issue
Block a user