mirror of https://github.com/docker/cli.git
builder.md: Correct copy/paste error
Signed-off-by: Daniel Cassidy <mail@danielcassidy.me.uk>
This commit is contained in:
parent
5a3b015f63
commit
e9ada56a88
|
@ -1720,8 +1720,8 @@ The following `ARG` variables are set automatically:
|
||||||
* `TARGETVARIANT` - variant component of TARGETPLATFORM
|
* `TARGETVARIANT` - variant component of TARGETPLATFORM
|
||||||
* `BUILDPLATFORM` - platform of the node performing the build.
|
* `BUILDPLATFORM` - platform of the node performing the build.
|
||||||
* `BUILDOS` - OS component of BUILDPLATFORM
|
* `BUILDOS` - OS component of BUILDPLATFORM
|
||||||
* `BUILDARCH` - OS component of BUILDPLATFORM
|
* `BUILDARCH` - architecture component of BUILDPLATFORM
|
||||||
* `BUILDVARIANT` - OS component of BUILDPLATFORM
|
* `BUILDVARIANT` - variant component of BUILDPLATFORM
|
||||||
|
|
||||||
These arguments are defined in the global scope so are not automatically
|
These arguments are defined in the global scope so are not automatically
|
||||||
available inside build stages or for your `RUN` commands. To expose one of
|
available inside build stages or for your `RUN` commands. To expose one of
|
||||||
|
|
Loading…
Reference in New Issue