add hub builds for windows and freebsd

This commit is contained in:
henrygd
2025-11-30 15:25:31 -05:00
parent 394c476f2a
commit 249402eaed

View File

@@ -16,10 +16,21 @@ builds:
goos: goos:
- linux - linux
- darwin - darwin
- windows
- freebsd
goarch: goarch:
- amd64 - amd64
- arm64 - arm64
- arm - arm
ignore:
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: arm
- id: beszel-agent - id: beszel-agent
binary: beszel-agent binary: beszel-agent
@@ -86,6 +97,9 @@ archives:
{{ .Binary }}_ {{ .Binary }}_
{{- .Os }}_ {{- .Os }}_
{{- .Arch }} {{- .Arch }}
format_overrides:
- goos: windows
formats: [zip]
nfpms: nfpms:
- id: beszel-agent - id: beszel-agent