Skip to content

Instantly share code, notes, and snippets.

@rof20004
Last active November 18, 2023 13:35
Show Gist options
  • Save rof20004/7547b350549e210c6ebdd3e292a328cc to your computer and use it in GitHub Desktop.
Save rof20004/7547b350549e210c6ebdd3e292a328cc to your computer and use it in GitHub Desktop.
Mac M1 - Build docker image multi arch and push to docker hub
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