Skip to content

Commit

Permalink
Merge pull request #9 from paulo-sampaio/master
Browse files Browse the repository at this point in the history
adding zip archives creation as required by terraform registry.
  • Loading branch information
bonial-botuser authored Mar 10, 2021
2 parents 8caa673 + d597611 commit bf2d7a7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ builds:
- amd64
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
format: binary
files:
- none*
replacements:
amd64: x86_64
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
Expand Down

0 comments on commit bf2d7a7

Please sign in to comment.