Skip to content

Commit 25e5604

Browse files
committed
build(goreleaser): Change archive format to tar.xz
close #10
1 parent b144682 commit 25e5604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ archives:
190190
{{- else }}{{ .Arch }}{{ end }}
191191
{{- if .Arm }}v{{ .Arm }}{{ end }}
192192
wrap_in_directory: false
193-
format: tar.gz
193+
format: tar.xz
194194
format_overrides:
195195
- goos: windows
196196
format: zip

0 commit comments

Comments
 (0)