Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding arm64 support #150

Open
bkervaski opened this issue Jun 29, 2022 · 2 comments
Open

Adding arm64 support #150

bkervaski opened this issue Jun 29, 2022 · 2 comments

Comments

@bkervaski
Copy link

Currently when building on Windows 11 arm, candle fails on the arch:

candle.exe : error CNDL0264 : The parameter 'arch' is missing or has an invalid value arm64. Possible values are x86, x64, or ia64.

With the inevitable shift to arm64 (Apple, Microsoft, AWS) we're adding arm64 builds to everything.

Any efforts to add arm64 targets for msi packages?

@xianfei
Copy link

xianfei commented Jul 6, 2024

In lastest version, it works.
electron-wix-msi 5.1.3, light.exe (3.14.1.8722) and candle.exe (3.14.1.8722)
legal options for 'arch': 'msil', 'x86', 'x64', 'arm', 'arm64', or 'ia64'.

@IsaacAderogba
Copy link

It doesn't seem explicitly supported if it is indeed working.

Their type signatures still exclude "arm64" as a supported type, and couldn't find anything in the commit history that mentioned "arm64" or indicated that it's now supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants