Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions content/manuals/build/building/multi-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down