debian: get latest release from github (#24)

* debian: get latest release from github

Use jq to parse result, barf with an error if something goes wrong.

* typo
This commit is contained in:
Miek Gieben 2017-11-13 14:50:01 +00:00 committed by GitHub
parent 6eb4d654b8
commit 7a53c3e6de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# Build the debian packages
.PHONY: debian
debian:
dpkg-buildpackage -us -uc -b --target-arch amd64
dpkg-buildpackage -us -uc -b --target-arch amd64
dpkg-buildpackage -us -uc -b --target-arch armhf
dpkg-buildpackage -us -uc -b --target-arch arm64
# debs are one up