Using podman for armv7 32bit processors #22021
Answered
by
afbjorklund
sparshstark
asked this question in
Q&A
-
Hey guys, I have to use podman to run containers on a 32-bit armv7 processor. Do we have a version release having the support for it? |
Beta Was this translation helpful? Give feedback.
Answered by
afbjorklund
Mar 13, 2024
Replies: 1 comment 4 replies
-
I am not sure what exactly you are asking, podman should work on armv7. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you have the proper qemu-user binaries installed, you can use
--platform=linux/arm/7
when building / running.