Remove support for Windows 32-bit ARM

This is no longer supported by Go 1.26.
This commit is contained in:
Neil Alexander
2026-02-23 22:44:01 +00:00
parent 8a513680eb
commit a4b522288d
2 changed files with 2 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgarch: ["x64", "x86", "arm", "arm64"]
pkgarch: ["x64", "x86", "arm64"]
name: Package (Windows, ${{ matrix.pkgarch }})