-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Package Issue]: Docker.DockerDesktop #165813
Comments
Opened PRs to fix the URLs in |
Oh yes you're right, 4.32.0 is actually set up just fine. Must've looked a bit too quickly when checking the other affected versions. |
@ThatStevenGuy - The PRs got merged, can you check to see if you're still encountering the issue? |
The correct ARM binaries are now downloaded for versions |
Please confirm these before moving forward
Category of the issue
Installation issue.
Brief description of your issue
On ARM devices, the x64 version of Docker Desktop is installed even though an ARM version is available. This x64 version won't function correctly on ARM due to a known WSL issue.
Versions 4.32.0, 4.33.0 and 4.33.1 (most recent as of writing) are affected. Their manifests refer to the AMD64 (x64) version of Docker Desktop for both the x64 and ARM architectures. The last version that does correctly install the ARM version of Docker Desktop is 4.31.1
Tested on a Microsoft Surface 7 laptop with a Snapdragon X Elite.
Steps to reproduce
winget install --id Docker.DockerDesktop
.Actual behavior
The x64 version of Docker Desktop is installed.
Expected behavior
The ARM64 version of Docker Desktop should be installed.
Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: