Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
TejaBeta committed Jul 25, 2023
1 parent ad1a122 commit 2b29340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ builds:
- CGO_ENABLED=0
archives:
- id: kubectl-istiolog
name_template: {{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{- if eq .Arch "amd64" }}x86_64{{- else }}{{ .Arch }}{{ end }}
name_template: >-
{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{- if eq .Arch "amd64" }}x86_64{{- else }}{{ .Arch }}{{ end }}
format: tar.gz

0 comments on commit 2b29340

Please sign in to comment.