From 2ad1530ba40d1766da76d56f47e26655e54756e3 Mon Sep 17 00:00:00 2001 From: tonistiigi Date: Mon, 6 Mar 2023 18:26:20 +0000 Subject: [PATCH] build: update buildx reference to v0.10.4 Signed-off-by: GitHub --- _data/buildx/docker_buildx_build.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_data/buildx/docker_buildx_build.yaml b/_data/buildx/docker_buildx_build.yaml index d36ac23fda..a813ee1743 100644 --- a/_data/buildx/docker_buildx_build.yaml +++ b/_data/buildx/docker_buildx_build.yaml @@ -845,8 +845,13 @@ examples: |- Set the target platform for the build. All `FROM` commands inside the Dockerfile without their own `--platform` flag will pull base images for this platform and - this value will also be the platform of the resulting image. The default value - will be the current platform of the buildkit daemon. + this value will also be the platform of the resulting image. + + The default value is the platform of the BuildKit daemon where the build runs. + The value takes the form of `os/arch` or `os/arch/variant`. For example, + `linux/amd64` or `linux/arm/v7`. Additionally, the `--platform` flag also supports + a special `local` value, which tells BuildKit to use the platform of the BuildKit + client that invokes the build. When using `docker-container` driver with `buildx`, this flag can accept multiple values as an input separated by a comma. With multiple values the result will be