Skip to content

Commit 6ba9360

Browse files
authored
Update goreleaser config to work with latest version (joohoi#312)
1 parent 0c3d538 commit 6ba9360

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ acme-dns.log
44
.vagrant
55
coverage.out
66
.idea/
7+
dist/

.goreleaser.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ builds:
55
goos:
66
- linux
77
goarch:
8-
- 386
98
- amd64
109

11-
archive:
12-
format: tar.gz
13-
files:
14-
- LICENSE
15-
- README.md
16-
- Dockerfile
17-
- config.cfg
18-
- acme-dns.service
10+
archives:
11+
- id: tgz
12+
format: tar.gz
13+
files:
14+
- LICENSE
15+
- README.md
16+
- Dockerfile
17+
- config.cfg
18+
- acme-dns.service
1919

20-
sign:
21-
artifacts: checksum
20+
signs:
21+
- artifacts: checksum

0 commit comments

Comments
 (0)