From e9ada56a888a042476f370d2de45b0633f7f85f6 Mon Sep 17 00:00:00 2001 From: Daniel Cassidy Date: Mon, 22 Jul 2019 16:20:13 +0100 Subject: [PATCH] builder.md: Correct copy/paste error Signed-off-by: Daniel Cassidy --- docs/reference/builder.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/builder.md b/docs/reference/builder.md index 6b55151fb7..2b24052255 100644 --- a/docs/reference/builder.md +++ b/docs/reference/builder.md @@ -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