mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user