feat(release): add windows agent to goreleaser config

This commit is contained in:
Henry Dollman
2025-01-22 16:19:33 -05:00
parent 5b625db57c
commit 0a331524cc

View File

@@ -29,6 +29,7 @@ builds:
- linux
- darwin
- freebsd
- windows
goarch:
- amd64
- arm64
@@ -37,6 +38,8 @@ builds:
ignore:
- goos: freebsd
goarch: arm
- goos: windows
goarch: arm
archives:
- id: beszel
@@ -47,6 +50,10 @@ archives:
{{ .Binary }}_
{{- .Os }}_
{{- .Arch }}
format_overrides:
- goos: windows
format: zip
- id: beszel-agent
format: tar.gz
builds:
@@ -55,10 +62,6 @@ archives:
{{ .Binary }}_
{{- .Os }}_
{{- .Arch }}
# use zip for windows archives
# format_overrides:
# - goos: windows
# format: zip
release:
draft: true