jenkins: Add arm64 deb build

Skip-check: authors

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3953
This commit is contained in:
janost 2017-02-04 14:18:54 +00:00 committed by Jakob Borg
parent 3eb7a9373a
commit 81418d724a
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ go run build.go -goarch amd64 deb
go run build.go -goarch i386 deb
go run build.go -goarch armel deb
go run build.go -goarch armhf deb
go run build.go -goarch arm64 deb
mv *.deb "$WORKSPACE"