coredns-deployment/Makefile
Miek Gieben 7a53c3e6de
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
2017-11-13 14:50:01 +00:00

10 lines
280 B
Makefile

# Makefile for building packages for CoreDNS.
# Build the debian packages
.PHONY: debian
debian:
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
ls ../*.deb