fix(build): exclude unsupported windows/arm target

This commit is contained in:
Valentin Maerten
2026-02-21 15:18:04 +01:00
parent c4ecff753d
commit c62f9c7147

View File

@@ -22,6 +22,8 @@ builds:
goarch: '386'
- goos: darwin
goarch: riscv64
- goos: windows
goarch: arm
- goos: windows
goarch: riscv64
env: