build: Build snaps for ARM

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3717
This commit is contained in:
Leo Arias
2016-11-09 00:52:33 +00:00
committed by Jakob Borg
parent ae4cc94a9d
commit afd15392b1
3 changed files with 16 additions and 2 deletions

View File

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