@joshuaward4725

This video was so clear and easy to follow, kudos!

I've been confused as buildx is the "new way" to do multi arch images, yet having multiple Dockerfiles or multiple build stages to produce different images (very easy to find yourself in this situation, mind you...) immediately breaks the "new way." I spent too much time trying to figure out how buildx accounts for this very common use case and sounds like the answer is "it doesn't."

I guess I'll stick to the "old way" for now (docker manifest) for anyone that didn't watch the whole video.

@iiilllii140

Thank you, this explains everything I wanted to know. Now I understand multiarch builds.

@diionberisha

Kudos! Very simple and straight forward explanation.

@5kymaster

Thank you very much. Just experienced that pain after moving my workflow on Macbook Air M1. We use some precompiled binaries in our container, so it can't be built in aarch64. 
For those who wondering, how to built containers in preffered platform with docker-compose:
1. change docker-compose.yml "version" parameter to "2.4"
2. add "platform: linux/amd64" in desired service options
3. rebuild

@kevinnguyen163

Thank you for such a great tutorial. Every thing I need in 10 minutes to build images for multiple platform.

@mrakesh21

Concise & very well explained. I got a clear understanding of this topic. Great job man!

@Akhan4u

Perfect video, No crap and absolutely right information and context.

@roylevy178

Thanks for a great explanation! Really helped my work with buildx

@igorbatista1735

One of the best tutoriais I've seen, keep it up man! You got another subscriber :D

@wilcosec

Great overview! Perfect level of detail. Thanks for this video.

@edwinroman30

Thanks for sharing Sirr, simple and useful way of teaching. Congratulation!

@newshatavakoli5960

Thanks for the short and understandable explanation

@Barakatic

Thanks for your efforts,  very good explanation 👍

@CodingAfterThirty

Nice video.  Excited to see the transition to more ARM based servers.

@jankothyson

This was so helpful! Thanks a lot for taking the time!

@gabrielguimaraesdealmeida250

Nice video! It helped a lot!! Reminder for the newbies like me: do not forget to write the username correctly or else it will give you an "not authorized error"

@kazakman7772

Dockerized some python script and pushed to my dockerhub. Created ec2 in aws installed docker. Pulled that image and tried to run it. Failed because of architecture. Even tried with --platform arm64. Failed.  Now u saved my #a#sss.
Thank u so much

@Gezhified

Whaou! Very well explained! Thanks a lot

@marticus123

you are my hero, thanks alot

@quantran4704

thank you so much, wonderful