An open API service indexing awesome lists of open source software.

https://github.com/coredns/debian

Create .deb from CoreDNS git
https://github.com/coredns/debian

coredns debian git package

Last synced: about 1 year ago
JSON representation

Create .deb from CoreDNS git

Awesome Lists containing this project

README

          

# Debian package from CoreDNS Git

Copy the `debian` directory in the git repository of CoreDNS and then call:

~~~
dpkg-buildpackage -us -uc -b --target-arch amd64
~~~

Other archs are available:

* armhf
* arm64

The `Makefile.release` in the CoreDNS repo will build Darwin and Windows builds before it goes onto
the Linux build, so you'll have to wait a bit before your `.dep` to show up.