Skip to content

Commit

Permalink
Change architecture suffix from '368' to 'i386' (closes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Jun 17, 2017
1 parent fcbe15a commit ddac2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ddac2a3

Please sign in to comment.