mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 11:03:43 +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
|
||||
coverage.out
|
||||
.idea/
|
||||
dist/
|
||||
|
@ -5,17 +5,17 @@ builds:
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
- 386
|
||||
- amd64
|
||||
|
||||
archive:
|
||||
format: tar.gz
|
||||
files:
|
||||
- LICENSE
|
||||
- README.md
|
||||
- Dockerfile
|
||||
- config.cfg
|
||||
- acme-dns.service
|
||||
archives:
|
||||
- id: tgz
|
||||
format: tar.gz
|
||||
files:
|
||||
- LICENSE
|
||||
- README.md
|
||||
- Dockerfile
|
||||
- config.cfg
|
||||
- acme-dns.service
|
||||
|
||||
sign:
|
||||
artifacts: checksum
|
||||
signs:
|
||||
- artifacts: checksum
|
||||
|
Loading…
Reference in New Issue
Block a user