mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 22:58:25 +00:00
Also build darwin/386
This commit is contained in:
parent
64004c6bc0
commit
e59c0f38d9
1
build.sh
1
build.sh
@ -51,6 +51,7 @@ case "${1:-default}" in
|
|||||||
|
|
||||||
all)
|
all)
|
||||||
go run build.go -goos darwin -goarch amd64 tar
|
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 386 tar
|
||||||
go run build.go -goos dragonfly -goarch amd64 tar
|
go run build.go -goos dragonfly -goarch amd64 tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user