Skip to content

Commit

Permalink
fix(release): add ids names for archives (#43)
Browse files Browse the repository at this point in the history
linux_arm64.zip was missing from the artifacts

Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Nov 17, 2022
1 parent e5c6227 commit 45217da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ archives:
- id: provider-services-version
builds:
- darwin-universal
- provider-services-linux
- provider-services-linux-arm64
- provider-services-linux-amd64
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
wrap_in_directory: true
format: zip
Expand Down

0 comments on commit 45217da

Please sign in to comment.