Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 848e743

Browse files
djcsdythaJeztah
authored andcommitted
builder.md: Correct copy/paste error
Signed-off-by: Daniel Cassidy <mail@danielcassidy.me.uk> (cherry picked from commit e9ada56a888a042476f370d2de45b0633f7f85f6) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 66f8d279c1dc7f0c18b05c6dc8b39a79b5c18fdf Component: cli
1 parent b75545f commit 848e743

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/cli/docs/reference/builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,8 +1720,8 @@ The following `ARG` variables are set automatically:
17201720
* `TARGETVARIANT` - variant component of TARGETPLATFORM
17211721
* `BUILDPLATFORM` - platform of the node performing the build.
17221722
* `BUILDOS` - OS component of BUILDPLATFORM
1723-
* `BUILDARCH` - OS component of BUILDPLATFORM
1724-
* `BUILDVARIANT` - OS component of BUILDPLATFORM
1723+
* `BUILDARCH` - architecture component of BUILDPLATFORM
1724+
* `BUILDVARIANT` - variant component of BUILDPLATFORM
17251725

17261726
These arguments are defined in the global scope so are not automatically
17271727
available inside build stages or for your `RUN` commands. To expose one of

0 commit comments

Comments
 (0)