Skip to main content

2 posts tagged with "docker"

View All Tags

· 3 min read

Case

I have several problems, when I create a Docker image on Ubuntu which in fact uses amd64 architecture then, when I share the image with my friends, sometimes they have problems. Because the architecture they use is arm64.

Goal

So in this article, I will make a short step on how to create multi-arch Docker image using Docker plugin: buildx.