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 83f083ee0d
commit 547eb7676d
8 changed files with 37 additions and 4 deletions

View File

@@ -108,6 +108,10 @@ const allTargets: {
arch: "x64",
avx2: false,
},
{
os: "win32",
arch: "arm64",
},
{
os: "win32",
arch: "x64",