syncthing: build for aarch64

This commit is contained in:
Lukas Rusak 2016-05-16 10:10:53 -07:00
parent 4ee9414e86
commit 000adcaf03

View File

@ -43,6 +43,9 @@ configure_target() {
x86_64)
export GOARCH=amd64
;;
aarch64)
export GOARCH=arm64
;;
arm)
export GOARCH=arm
case $TARGET_CPU in