mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
Build binary packages for Dragonfly
This commit is contained in:
parent
0bbbf3eb3b
commit
3cc288a169
2
build.sh
2
build.sh
@ -64,6 +64,8 @@ case "${1:-default}" in
|
|||||||
|
|
||||||
go run build.go -goos windows -goarch amd64 zip
|
go run build.go -goos windows -goarch amd64 zip
|
||||||
go run build.go -goos windows -goarch 386 zip
|
go run build.go -goos windows -goarch 386 zip
|
||||||
|
|
||||||
|
go run build.go -goos dragonfly -goarch amd64 tar
|
||||||
;;
|
;;
|
||||||
|
|
||||||
setup)
|
setup)
|
||||||
|
Loading…
Reference in New Issue
Block a user