mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-20 21:06:30 +03:00
Remove support for Windows 32-bit ARM
This is no longer supported by Go 1.26.
This commit is contained in:
2
.github/workflows/pkg.yml
vendored
2
.github/workflows/pkg.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
pkgarch: ["x64", "x86", "arm", "arm64"]
|
||||
pkgarch: ["x64", "x86", "arm64"]
|
||||
|
||||
name: Package (Windows, ${{ matrix.pkgarch }})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user