acme-dns/.goreleaser.yml
Gabe Cook 4646e7f7e5 Add systemd service information (#83)
* Add systemd service information

* Requested changes for systemd service information
2018-05-27 00:08:55 +03:00

19 lines
245 B
YAML

builds:
- binary: acme-dns
env:
- CGO_ENABLED=1
goos:
- linux
goarch:
- 386
- amd64
archive:
format: tar.gz
files:
- LICENSE
- README.md
- Dockerfile
- config.cfg
- acme-dns.service