mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
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:
parent
6eb4d654b8
commit
7a53c3e6de
3 changed files with 8 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue