Skip to content

Commit 40f9b9d

Browse files
committed
Do not distribute standalone binaries
As part of announcement made in v0.11.0, we're going to stop distributing standalone binaries and only compressed files (either tar.gz or zip) will be distributed and available to download from GitHub Release page. Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 4714dd3 commit 40f9b9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ archives:
3333
files:
3434
- LICENSE
3535
- README.md
36-
- format: binary
37-
id: deprecated
38-
name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
3936

4037
checksum:
4138
name_template: "{{ .ProjectName }}-{{ .Tag }}.sha256sum"

0 commit comments

Comments
 (0)