Running ARM64 image on Windows 11 x86_64 #23308
Unanswered
UltraWelfare
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Just found out, binfmt_misc is having issues:
Although
|
Beta Was this translation helpful? Give feedback.
1 reply
-
tracked in #19961 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run
podman run --platform linux/arm64 -it ubuntu
and it fails with:After digging around, I've found that I need to install qemu's packages. However I figured out that:
It seems like the qemu packages are already pre-installed in the latest machine versions (I downloaded podman like an hour ago).
Any indications on what might be going wrong?
Beta Was this translation helpful? Give feedback.
All reactions