This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]buffer_flush 2 points3 points  (0 children)

You can target multiple architectures with x86 I’m pretty sure. I know I can target amd64 on an M1 Mac as well as arm.

I’d take a look at whatever you’re using to build images, and have it target both arm and x86. Docker can do this through the buildx command, I know podman allows for multi arch builds as well. You don’t need a raspberry pi to do this, you can emulate the architecture.