If docker build fails after switching to an M1 Mac.
docker build --platform linux/amd64 . -t ${image_name}:${image_tag} ...
--platform linux/amd64
should be added
Comments