Update goreleaser config to work with latest version (#312)

This commit is contained in:
Joona Hoikkala 2022-08-10 15:28:16 +03:00 committed by GitHub
parent 0c3d538de8
commit 6ba9360156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 11 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ acme-dns.log
.vagrant
coverage.out
.idea/
dist/

View File

@ -5,10 +5,10 @@ builds:
goos:
- linux
goarch:
- 386
- amd64
archive:
archives:
- id: tgz
format: tar.gz
files:
- LICENSE
@ -17,5 +17,5 @@ archive:
- config.cfg
- acme-dns.service
sign:
artifacts: checksum
signs:
- artifacts: checksum