Ignore windows arm

This commit is contained in:
2026-02-14 07:49:46 -05:00
parent 65509016cb
commit 323709b0a1
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ builds:
- arm64
goarm:
- "7"
ignore:
- goos: windows
goarch: arm
ldflags:
- -s -w
mod_timestamp: "{{ .CommitTimestamp }}"