feat: Add support for Windows ARM64 architecture in build workflows and scripts

This commit is contained in:
2026-03-22 22:46:27 +08:00
parent 0a932211f1
commit b161b7ac79
4 changed files with 14 additions and 1 deletions

View File

@@ -90,6 +90,9 @@ jobs:
- runner: windows-latest
goos: windows
goarch: amd64
- runner: windows-latest
goos: windows
goarch: arm64
- runner: macos-latest
goos: darwin
goarch: amd64