Skip to content

Commit

Permalink
wrap in directory, format overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jftuga authored and ryancurrah committed Apr 23, 2024
1 parent 313b688 commit 6d2f171
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Expand Up @@ -9,6 +9,14 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: tar.xz
- goos: linux
format: tar.xz
checksum:
name_template: 'checksums.txt'
dockers:
Expand Down

0 comments on commit 6d2f171

Please sign in to comment.