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