microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.55k stars 1.4k forks source link

WinGet Configuration cannot install packages on ARM64 #4388

Closed denelon closed 1 month ago

denelon commented 2 months ago

Brief description of your issue

I can use a configuration to install a package on ARM64

Steps to reproduce

Attempt to use Microsoft.WinGet.DSC to install a package in a WinGet configuration

Expected behavior

The package would be installed

Actual behavior

Loading the module for the configuration unit failed

Environment

WinGet 1.8-preview
denelon commented 1 month ago

We've released an updated version of the module with support for ARM64.