From ddac2a3e2358b976cdc7c3e4e10152acf4d07d2e Mon Sep 17 00:00:00 2001 From: vodkabears Date: Sat, 17 Jun 2017 20:12:16 +0300 Subject: [PATCH] Change architecture suffix from '368' to 'i386' (closes #2) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56f7ad4..bbb9a81 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ clean: .PHONY: build build: clean - gox -ldflags "-X ${VERSION_FLAG}" -os="linux darwin windows" -arch="386 amd64" -output="${DIST_FOLDER}/{{.Dir}}_{{.OS}}_{{.Arch}}" ./... + gox -ldflags "-X ${VERSION_FLAG}" -os="linux darwin windows" -arch="386 amd64" -output="${DIST_FOLDER}/{{.Dir}}_{{.OS}}_{{if eq .Arch \"386\"}}i386{{else}}{{.Arch}}{{end}}" ./... .PHONY: run run: