Disable Linux 386 builds

Compilaton fails with latest gorm
This commit is contained in:
Philipp Wolfer 2025-04-29 11:44:04 +02:00
parent e135ea5fa9
commit 82858315fa
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B

View file

@ -21,6 +21,8 @@ builds:
- windows - windows
- darwin - darwin
ignore: ignore:
- goos: linux
goarch: "386"
- goos: windows - goos: windows
goarch: "386" goarch: "386"