Do not build windows-386 binaries

This commit is contained in:
Ralph Slooten
2022-10-13 13:18:49 +13:00
parent b61fbe371a
commit 1efbbb353b

View File

@@ -14,7 +14,7 @@ jobs:
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
- goarch: "386"
goos: windows
steps:
- uses: actions/checkout@v3