From 248df63090362c37c7f53e891517b59114c04972 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 29 May 2019 20:26:47 +0200 Subject: [PATCH] don't build 386 by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"