remove arm architecture from build configuration in .goreleaser.yml

This commit is contained in:
YANGJINZE
2025-06-20 17:29:45 +08:00
parent 198de335f5
commit ad34bdb983

View File

@@ -26,7 +26,6 @@ builds:
- openbsd - openbsd
goarch: goarch:
- amd64 - amd64
- arm
- arm64 - arm64
goarm: goarm:
- "7" - "7"