Last active
November 18, 2023 13:35
-
-
Save rof20004/7547b350549e210c6ebdd3e292a328cc to your computer and use it in GitHub Desktop.
Mac M1 - Build docker image multi arch and push to docker hub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker buildx build --platform=linux/amd64,linux/arm64,linux/arm/v7 -t account/image_name:tag --push . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment