mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 17:13:44 +07:00
Update goreleaser config to work with latest version (#312)
This commit is contained in:
parent
0c3d538de8
commit
6ba9360156
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ acme-dns.log
|
|||||||
.vagrant
|
.vagrant
|
||||||
coverage.out
|
coverage.out
|
||||||
.idea/
|
.idea/
|
||||||
|
dist/
|
||||||
|
@ -5,17 +5,17 @@ builds:
|
|||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
- 386
|
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
archive:
|
archives:
|
||||||
format: tar.gz
|
- id: tgz
|
||||||
files:
|
format: tar.gz
|
||||||
- LICENSE
|
files:
|
||||||
- README.md
|
- LICENSE
|
||||||
- Dockerfile
|
- README.md
|
||||||
- config.cfg
|
- Dockerfile
|
||||||
- acme-dns.service
|
- config.cfg
|
||||||
|
- acme-dns.service
|
||||||
|
|
||||||
sign:
|
signs:
|
||||||
artifacts: checksum
|
- artifacts: checksum
|
||||||
|
Loading…
Reference in New Issue
Block a user