mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 23:33:43 +07:00
4646e7f7e5
* Add systemd service information * Requested changes for systemd service information
19 lines
245 B
YAML
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
|