Update goreleaser config to work with latest version

This commit is contained in:
Joona Hoikkala 2022-08-10 14:09:10 +03:00
parent a33c09accf
commit f880d14962
No known key found for this signature in database
GPG Key ID: 1708DAE66E87A524
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