disable CGO explicitly in makefile
This commit is contained in:
parent
3ec76fd3ce
commit
17f7fd1a3a
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
|
||||
|
|
Loading…
Reference in New Issue