fix: remove broken targets

This commit is contained in:
Henrique Dias
2026-02-15 14:16:59 +01:00
parent 27aad9d403
commit 4ac9a1041c
+3 -1
View File
@@ -38,9 +38,11 @@ builds:
- goos: openbsd
goarch: arm
goarm: 6
# Broken as of Go 1.24, deprecated as of Go 1.26
- goos: freebsd
goarch: arm
goarm: 6
- goos: windows
goarch: arm
archives:
- name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}"