You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: detect native Windows architecture under x64 emulation
An x64-emulated PowerShell on Windows ARM64 reports OSArchitecture=X64
and would install the x64 build. Read the machine architecture from the
Session Manager registry key (with env-var fallback), which reports the
hardware architecture regardless of process emulation.
0 commit comments