Skip to content

Question: How can I build a multi-arch image distributed #4680

Answered by AkihiroSuda
njucjc asked this question in Q&A
Discussion options

You must be logged in to vote

Like this:

docker buildx create --name remote --use

docker buildx create --name remote \
  --append ssh://me@my-arm-instance

docker buildx build \
  --push -t example.com/hello:latest \
  --platform=linux/amd64,linux/arm64 .

https://medium.com/nttlabs/buildx-multiarch-2c6c2df00ca2

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@njucjc
Comment options

@AkihiroSuda
Comment options

@njucjc
Comment options

Answer selected by njucjc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4679 on February 22, 2024 12:26.