action: remove 32-bit windows/arm build

windows/arm32 has been broken since Go 1.17
This commit is contained in:
wwqgtxx 2025-02-12 23:23:05 +08:00
parent b52b7537fc
commit 6d24ca9ae6

View file

@ -58,7 +58,6 @@ jobs:
- { goos: windows, goarch: '386', output: '386' }
- { goos: windows, goarch: amd64, goamd64: v1, output: amd64-compatible }
- { goos: windows, goarch: amd64, goamd64: v3, output: amd64 }
- { goos: windows, goarch: arm, goarm: '7', output: armv7 }
- { goos: windows, goarch: arm64, output: arm64 }
- { goos: freebsd, goarch: '386', output: '386' }