From 8c11713a5a7a9ee2e20aa94b7f21b1ab313fdac0 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 27 Oct 2014 15:26:14 -0500 Subject: [PATCH] Add darwin/386 to build list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d7cc40..fda6ac4 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ dev: build: rm -f bindata.go go-bindata -ignore=\\.gitignore -ignore=\\.DS_Store -ignore=\\.gitkeep static/... - gox -osarch="darwin/amd64 linux/amd64 linux/386 windows/amd64 windows/386" -output="./bin/pgweb_{{.OS}}_{{.Arch}}" + gox -osarch="darwin/amd64 darwin/386 linux/amd64 linux/386 windows/amd64 windows/386" -output="./bin/pgweb_{{.OS}}_{{.Arch}}" setup: go get github.com/mitchellh/gox