Compile only for darwin

This commit is contained in:
Dan Sosedoff 2014-10-09 09:59:19 -05:00
parent 88743714f0
commit 1ae0cc0100

View File

@ -1,5 +1,5 @@
build:
gox -osarch="linux/amd64 darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
gox -osarch="darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
deps:
go get github.com/mitchellh/gox