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 .vagrant
coverage.out coverage.out
.idea/ .idea/
dist/

View File

@ -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