static builds

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2019-10-03 12:30:36 -04:00
parent c677518065
commit ab4390d5aa
No known key found for this signature in database
GPG key ID: A519480096146526

View file

@ -25,6 +25,7 @@
PACKAGES=$(shell go list ./... | grep -v /vendor/)
REVISION=$(shell git rev-parse HEAD)
CGO_ENABLED=0
all: build
@ -32,4 +33,4 @@ protos:
@protobuild --quiet ${PACKAGES}
build:
@go build -v .
@go build -v -installsuffix cgo