build,win: use x64 Node when building for ARM64

Uses x64 node executable for running .js files in arm64
cross-compilation scenarios. MSI can now be created by
running `vcbuild.bat release msi arm64`

Refs: https://github.com/nodejs/node/issues/25998
Refs: https://github.com/nodejs/node/issues/32582
PR-URL: https://github.com/nodejs/node/pull/34009
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>
This commit is contained in:
Dennis Ameling
2020-06-22 11:22:42 +02:00
committed by João Reis
parent 5acc69cdad
commit 03293aa3a1
3 changed files with 25 additions and 1 deletions

3
.gitignore vendored
View File

@@ -131,6 +131,9 @@ _UpgradeReport_Files/
# Ignore dependencies fetched by deps/v8/tools/node/fetch_deps.py
/deps/.cipd
# === Rules for Windows vcbuild.bat ===
/temp-vcbuild
# === Global Rules ===
# Keep last to avoid being excluded
*.pyc