Windows 32bit and 64bit

tuanb's Avatar

tuanb

26 Apr, 2021 04:46 AM

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

  1. 1 Posted by tuanb on 26 Apr, 2021 04:47 AM

    tuanb's Avatar

    Attaching a screenshot of the the config also.

  2. Support Staff 2 Posted by Feodor Fitsner on 26 Apr, 2021 06:21 AM

    Feodor Fitsner's Avatar

    You are using 32-bit version of Node. Change it to 64-bit by appending x64 to Install-Product command:

    Install-Product node $env:NODE_VERSION x64
    
  3. tuanb closed this discussion on 27 Apr, 2021 04:32 AM.

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