diff --git a/content/manuals/build/building/multi-platform.md b/content/manuals/build/building/multi-platform.md index e60db90b3808..04247d157d4b 100644 --- a/content/manuals/build/building/multi-platform.md +++ b/content/manuals/build/building/multi-platform.md @@ -411,9 +411,7 @@ Steps: platforms. 3. To add cross-compilation support, update the Dockerfile to use the - pre-defined `BUILDPLATFORM` and `TARGETPLATFORM` build arguments. These - arguments are automatically available in the Dockerfile when you use the - `--platform` flag with `docker build`. + pre-defined `BUILDPLATFORM`, `TARGETOS` and `TARGETARCH` build arguments. - Pin the `golang` image to the platform of the builder using the `--platform=$BUILDPLATFORM` option.