Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Add Windows ARM64 build target#1686

Open
nguyenjustin214-lab wants to merge 1 commit into
BoostIO:masterfrom
nguyenjustin214-lab:codex/boostnote-windows-arm64
Open

Add Windows ARM64 build target#1686
nguyenjustin214-lab wants to merge 1 commit into
BoostIO:masterfrom
nguyenjustin214-lab:codex/boostnote-windows-arm64

Conversation

@nguyenjustin214-lab
Copy link
Copy Markdown

Summary

  • add arm64 to the Electron Builder Windows NSIS target architecture list
  • keep the existing x64 and ia32 Windows build targets unchanged

Fixes #647

/claim #647

Verification

  • node config check confirmed build.win.target.arch is now ["x64", "ia32", "arm64"]
  • npm ci --ignore-scripts
  • npm test (eslint plus Jest: 2 suites / 6 tests passed)
  • git diff --check
  • checked the installed electron-builder / builder-util version recognizes arm64

I did not run a signed Windows ARM64 installer build locally because this change is limited to packaging configuration and the full production packaging flow depends on the project release environment/signing setup.

Transparency: AI-assisted with Codex; I reviewed the diff and local validation output before submitting.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 11, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ARM64 Windows Support

2 participants