Fix unsupported darwin/arm release target

This commit is contained in:
beatz174-bit
2026-05-13 03:35:19 +10:00
parent 16652ee1f2
commit 26db375b38
+2
View File
@@ -30,6 +30,8 @@ builds:
ignore: ignore:
- goos: darwin - goos: darwin
goarch: "386" goarch: "386"
- goos: darwin
goarch: arm
- goos: windows - goos: windows
goarch: arm goarch: arm