Skip to content

Commit

Permalink
Migrate Goreleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Feb 5, 2025
1 parent 12a50b6 commit 364b590
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ builds:
- 6
- 7
archives:
- format: tar.gz
- formats:
- tar.gz
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format_overrides:
- goos: windows
format: zip
formats:
- zip
changelog:
sort: asc

0 comments on commit 364b590

Please sign in to comment.