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

@@ -27,6 +27,7 @@ try {
$DesktopPlatforms = @(
@{ OS = "windows"; Arch = "amd64" },
@{ OS = "windows"; Arch = "arm64" },
@{ OS = "linux"; Arch = "amd64" },
@{ OS = "linux"; Arch = "arm64" },
@{ OS = "darwin"; Arch = "amd64" },
@@ -264,6 +265,7 @@ Options:
Target platforms:
- windows/amd64
- windows/arm64
- linux/amd64
- linux/arm64
- darwin/amd64