Windows 32bit and 64bit
Hi,
I am currently in need of both 32bit and 64bit operating systems to build an electron app with the parameters --ia32 and --x64.
When the build is running, with the config:
image:
- Visual Studio 2019
platform:
- x64
The architecture remains 32bit as indicated in the build logs. Am I missing something?
Cheers
- Untitled.png 34.6 KB
- Untitled-2.png 40.6 KB
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by tuanb on 26 Apr, 2021 04:47 AM
Attaching a screenshot of the the config also.
Support Staff 2 Posted by Feodor Fitsner on 26 Apr, 2021 06:21 AM
You are using 32-bit version of Node. Change it to 64-bit by appending
x64
toInstall-Product
command:tuanb closed this discussion on 27 Apr, 2021 04:32 AM.