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
I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
I have not been informed if the issue is resolved in a preview version of the winget client.
Category of the issue
Installation issue.
Brief description of your issue
On a windows for arm system (vmware fusion vm on a macbook) winget is installing the x64 version instead of the native arm64 one.
Steps to reproduce
winget install --id Microsoft.PowerShell
Actual behavior
PS C:\Users\user> winget install --id Microsoft.PowerShell
The `msstore` source requires that you view the following agreements before using.
Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
The source requires the current machine's 2-letter geographic region to be sent to the backend service to function properly (ex. "US").
Do you agree to all the source agreements terms?
[Y] Yes [N] No: Y
Found PowerShell [Microsoft.PowerShell] Version 7.4.5.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/PowerShell/PowerShell/releases/download/v7.4.5/PowerShell-7.4.5-win-x64.msi
██████████████████████████████ 103 MB / 103 MB
Successfully verified installer hash
Starting package install...
Successfully installed
stephengillie
changed the title
[Package Issue]: Microsoft.PowerShell installing x64 version on amd64 system.
[Package Issue]: Microsoft.PowerShell installing x64 version on arm64 system.
Aug 26, 2024
thanks for catching this and my apologies, I just created a PR for the msix for 7.4.5: #169497
@agowa this will make the msix available for arm, not the msi for arm. We are not including the arm msi in the winget manifest for 7.4.x releases (but will when 7.5 goes stable) but the arm msi is available on Github here: https://github.com/PowerShell/PowerShell/releases/tag/v7.4.5
Please confirm these before moving forward
Category of the issue
Installation issue.
Brief description of your issue
On a windows for arm system (vmware fusion vm on a macbook) winget is installing the x64 version instead of the native arm64 one.
Steps to reproduce
winget install --id Microsoft.PowerShell
Actual behavior
Expected behavior
Installing PowerShell-7.4.5-win-arm64.msi instead of PowerShell-7.4.5-win-x64.msi one.
Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: