aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2016-01-01 20:56:31 +0100
committerJakob Borg <jakob@nym.se>2016-01-01 20:56:31 +0100
commitded7abb1f69cfa9c668d782f762c34d409055802 (patch)
tree75dcb2781c3ac0119594bd5b0d0058dbb582f408 /build.sh
parent7c47eff11268103a555b25528943ab41036a8314 (diff)
downloadsyncthing-ded7abb1f69cfa9c668d782f762c34d409055802.tar.gz
syncthing-ded7abb1f69cfa9c668d782f762c34d409055802.zip
Also build linux-arm64, linux-ppc64, linux-ppc64le
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 c84daacd1..1f548e0d4 100755
--- a/build.sh
+++ b/build.sh
@@ -77,7 +77,7 @@ case "${1:-default}" in
platforms=(
darwin-amd64 dragonfly-amd64 freebsd-amd64 linux-amd64 netbsd-amd64 openbsd-amd64 solaris-amd64 windows-amd64
freebsd-386 linux-386 netbsd-386 openbsd-386 windows-386
- linux-arm
+ linux-arm linux-arm64 linux-ppc64 linux-ppc64le
)
for plat in "${platforms[@]}"; do