Skip to content

Commit

Permalink
Update goreleaser config to work with latest version (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Aug 10, 2022
1 parent 0c3d538 commit 6ba9360
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ acme-dns.log
.vagrant
coverage.out
.idea/
dist/
22 changes: 11 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ba9360

Please sign in to comment.