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

while building node-api-dotnet project using electron-builder using for process architecture ia32 receiving error. #407

Open
Thendral-M opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
build enhancement New feature or request

Comments

@Thendral-M
Copy link

Thendral-M commented Dec 12, 2024

When i build the node-api-dotnet project using electron builder with process architecture ia32 receiving the following error.Image

please help to fix the error

@vmoroz
Copy link
Member

vmoroz commented Jan 10, 2025

It happens because .Net AOT did not support the x86 platform.
The good news is that the .Net 9 finally supports it.
We are going to add it soon.
See: https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/?tabs=windows%2Cnet9plus

@jasongin jasongin added enhancement New feature or request build labels Jan 10, 2025
@vmoroz vmoroz self-assigned this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants