goreleaser: disable archives
This commit is contained in:
parent
e681f2a693
commit
8c70d9150d
|
@ -11,5 +11,8 @@ builds:
|
||||||
release:
|
release:
|
||||||
prerelease: auto
|
prerelease: auto
|
||||||
|
|
||||||
|
archives:
|
||||||
|
- format: binary
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksum.txt"
|
name_template: "checksum.txt"
|
||||||
|
|
Loading…
Reference in New Issue