-
Notifications
You must be signed in to change notification settings - Fork 909
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
ARM64 now has x64 emulation #2172
Comments
I had questions about how to deploy natively on arm64 and was pointed to the repository. Found this issue. Am a little surprised at the issue age. ping @snickler |
Both really. If I don't choose to package arm64 binaries, I think Chocolatey should at least use the x64 executables not the x86 ones. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Microsoft has released x64 emulation for ARM64 in preview builds.
https://blogs.windows.com/windows-insider/2020/12/10/introducing-x64-emulation-in-preview-for-windows-10-on-arm-pcs-to-the-windows-insider-program/
Thus, it is no longer always correct for
Get-OSArchitectureWidth
to always return 32 bit on an ARM64 system.choco/src/chocolatey.resources/helpers/functions/Get-OSArchitectureWidth.ps1
Lines 34 to 37 in f924d47
Previous issue: #1800
The text was updated successfully, but these errors were encountered: