diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f94d338..89ecd03 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -15,4 +15,16 @@ builds: - goos: freebsd goarch: arm64 - goos: windows - goarch: arm64 \ No newline at end of file + goarch: arm64 + +# use zip format for windows +archives: + - id: default + format: tar.gz + name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + builds_info: + group: root + owner: root + format_overrides: + - goos: windows + format: zip \ No newline at end of file