diff --git a/Makefile b/Makefile index 4a8d332..ba10148 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION=0.1.0 BUILD:=`git rev-parse HEAD` PLATFORMS=linux darwin windows -ARCHITECTURES=386 amd64 +ARCHITECTURES=amd64 LDFLAGS=-ldflags "-s -X main.Version=${VERSION} -X main.Build=${BUILD}"