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
- Host: GitHub
- URL: https://github.com/coredns/debian
- Owner: coredns
- Created: 2019-06-30T08:56:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-14T10:04:07.000Z (about 5 years ago)
- Last Synced: 2025-04-19T22:01:13.598Z (about 1 year ago)
- Topics: coredns, debian, git, package
- Size: 4.88 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.