From 5ceaef61442c59cbe3d91dd3a4ff832d2012d9a8 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Thu, 20 Mar 2025 13:21:03 -0700 Subject: [PATCH] add override for windows --- .goreleaser.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f94d338f..89ecd035 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