So what I've been doing is using bulidx to build images for multiple architectures then you can pull those images with docker compose. # docker-bake.hcl variable "platforms" { default = ["linux/amd64", "linux/arm64"] } group "default" { targets = [ "my_image", ] } target "my_image" { dockerfile = "myimage.Dockerfile" tags = ["myrepo/myimage:latest"] platforms = platforms } # Command docker buildx bake --push
2 Matching Annotations
- May 2025
-
stackoverflow.com stackoverflow.com
-
-
docs.docker.com docs.docker.com
Tags
Annotators
URL
-