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

@@ -152,6 +152,14 @@ jobs:
goos: windows
goarch: amd64
archive_ext: zip
- component: server
goos: windows
goarch: arm64
archive_ext: zip
- component: client
goos: windows
goarch: arm64
archive_ext: zip
steps:
- name: Checkout code