Skip to content

Commit c0f787a

Browse files
authored
remove tar.gz archives from goreleaser config (#465)
There is a known issue where adding tar.gz or other archives can sometimes create a bad release because Terraform only supports zip. hashicorp/terraform#26282
1 parent cfbf2a3 commit c0f787a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ builds:
3232
goarch: '386'
3333
binary: '{{ .ProjectName }}_v{{ .Version }}'
3434
archives:
35-
- formats: ["zip", "tar.gz"]
35+
- formats: ["zip"]
3636
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3737
checksum:
3838
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'

0 commit comments

Comments
 (0)