builder.md: Correct copy/paste error

Signed-off-by: Daniel Cassidy <mail@danielcassidy.me.uk>
This commit is contained in:
Daniel Cassidy 2019-07-22 16:20:13 +01:00
parent 5a3b015f63
commit e9ada56a88
1 changed files with 2 additions and 2 deletions

View File

@ -1720,8 +1720,8 @@ The following `ARG` variables are set automatically:
* `TARGETVARIANT` - variant component of TARGETPLATFORM
* `BUILDPLATFORM` - platform of the node performing the build.
* `BUILDOS` - OS component of BUILDPLATFORM
* `BUILDARCH` - OS component of BUILDPLATFORM
* `BUILDVARIANT` - OS component of BUILDPLATFORM
* `BUILDARCH` - architecture component of BUILDPLATFORM
* `BUILDVARIANT` - variant component of BUILDPLATFORM
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