feat(windows): add arm64 release targets for cli and desktop (#16696)

This commit is contained in:
Luke Parker
2026-03-12 10:25:09 +10:00
committed by GitHub
parent 2eb28003d6
commit 8c6ddb0afe
8 changed files with 37 additions and 4 deletions
+4
View File
@@ -108,6 +108,10 @@ const allTargets: {
arch: "x64",
avx2: false,
},
{
os: "win32",
arch: "arm64",
},
{
os: "win32",
arch: "x64",