Add darwin/386 to build list
This commit is contained in:
parent
a2191b57d3
commit
8c11713a5a
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ dev:
|
|||||||
build:
|
build:
|
||||||
rm -f bindata.go
|
rm -f bindata.go
|
||||||
go-bindata -ignore=\\.gitignore -ignore=\\.DS_Store -ignore=\\.gitkeep static/...
|
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:
|
setup:
|
||||||
go get github.com/mitchellh/gox
|
go get github.com/mitchellh/gox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user