mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 22:13:55 +07:00
22 lines
274 B
YAML
22 lines
274 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
|
|
|
|
sign:
|
|
artifacts: checksum
|