Also build darwin/386

This commit is contained in:
Jakob Borg 2015-03-15 16:23:45 +01:00
parent 64004c6bc0
commit e59c0f38d9
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ case "${1:-default}" in
all)
go run build.go -goos darwin -goarch amd64 tar
go run build.go -goos darwin -goarch 386 tar
go run build.go -goos dragonfly -goarch 386 tar
go run build.go -goos dragonfly -goarch amd64 tar