feat(release): add riscv agent builds to goreleaser config (#480)

This change adds a riscv build config to for the agent to goreleaser.
As far as I am aware, only freebsd and linux supports this, so ignore
mac and windows.
This commit is contained in:
Mikael Silvén
2025-01-23 21:54:10 +01:00
committed by GitHub
parent 0a331524cc
commit 68dae3967d

View File

@@ -35,11 +35,16 @@ builds:
- arm64 - arm64
- arm - arm
- mips64 - mips64
- riscv64
ignore: ignore:
- goos: freebsd - goos: freebsd
goarch: arm goarch: arm
- goos: windows - goos: windows
goarch: arm goarch: arm
- goos: darwin
goarch: riscv64
- goos: windows
goarch: riscv64
archives: archives:
- id: beszel - id: beszel