We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3d538 commit 6ba9360Copy full SHA for 6ba9360
.gitignore
@@ -4,3 +4,4 @@ acme-dns.log
4
.vagrant
5
coverage.out
6
.idea/
7
+dist/
.goreleaser.yml
@@ -5,17 +5,17 @@ builds:
goos:
- linux
goarch:
8
- - 386
9
- amd64
10
11
-archive:
12
- format: tar.gz
13
- files:
14
- - LICENSE
15
- - README.md
16
- - Dockerfile
17
- - config.cfg
18
- - acme-dns.service
+archives:
+ - id: tgz
+ format: tar.gz
+ files:
+ - LICENSE
+ - README.md
+ - Dockerfile
+ - config.cfg
+ - acme-dns.service
19
20
-sign:
21
- artifacts: checksum
+signs:
+ - artifacts: checksum
0 commit comments