disable CGO explicitly in makefile

This commit is contained in:
Leo Antunes 2019-11-26 20:58:46 +01:00
parent 3ec76fd3ce
commit 17f7fd1a3a
1 changed files with 3 additions and 1 deletions

View File

@ -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