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
commit 547eb7676d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",