summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-02-20 17:40:15 +0100
committerJakob Borg <jakob@nym.se>2014-02-20 17:42:17 +0100
commit5837277f8d070847f6bca215abfd8072a072c677 (patch)
tree507b7ef1c1f48826685ec9cb7bef177d28f199b3 /build.sh
parent87d473dc8f61f8b633c037b40eb9190045a7c88c (diff)
Rework XDR encoding
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f11232112d..4e84528c83 100755
--- a/build.sh
+++ b/build.sh
@@ -26,7 +26,7 @@ elif [[ $1 == "all" ]] ; then
mkdir -p "$buildDir" || exit 1
export GOARM=7
- for os in darwin-amd64 linux-386 linux-amd64 linux-arm freebsd-386 freebsd-amd64 windows-386 windows-amd64 ; do
+ for os in darwin-amd64 linux-amd64 linux-arm freebsd-amd64 windows-amd64 ; do
echo "$os"
export name="syncthing-$os"
export GOOS=${os%-*}