From 249402eaed933c1a2b62dfd804f2f5c33481f597 Mon Sep 17 00:00:00 2001 From: henrygd Date: Sun, 30 Nov 2025 15:25:31 -0500 Subject: [PATCH] add hub builds for windows and freebsd --- .goreleaser.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4efbbdd3..88787019 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -16,10 +16,21 @@ builds: goos: - linux - darwin + - windows + - freebsd goarch: - amd64 - arm64 - arm + ignore: + - goos: windows + goarch: arm64 + - goos: windows + goarch: arm + - goos: freebsd + goarch: arm64 + - goos: freebsd + goarch: arm - id: beszel-agent binary: beszel-agent @@ -86,6 +97,9 @@ archives: {{ .Binary }}_ {{- .Os }}_ {{- .Arch }} + format_overrides: + - goos: windows + formats: [zip] nfpms: - id: beszel-agent