mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
parent
16e1a4397a
commit
25acc0e445
2
build.sh
2
build.sh
@ -59,7 +59,7 @@ case "$1" in
|
|||||||
test || exit 1
|
test || exit 1
|
||||||
|
|
||||||
export GOARM=7
|
export GOARM=7
|
||||||
for os in darwin-amd64 linux-amd64 linux-arm freebsd-amd64 windows-amd64 ; do
|
for os in darwin-amd64 linux-amd64 linux-arm freebsd-amd64 ; do
|
||||||
export GOOS=${os%-*}
|
export GOOS=${os%-*}
|
||||||
export GOARCH=${os#*-}
|
export GOARCH=${os#*-}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user