Skip to content

Commit

Permalink
Fix issue in goreleaser config (#3292)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz committed Aug 24, 2023
1 parent 723d56c commit 053763f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ archives:
format_overrides:
- goos: windows
format: zip
replacements:
darwin: macos
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macos{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'

dockers:
- dockerfile: cmd/ah/Dockerfile
Expand Down

0 comments on commit 053763f

Please sign in to comment.