diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile index d0bdc73bbf..12d3fe024c 100644 --- a/support/docker/Dockerfile +++ b/support/docker/Dockerfile @@ -14,6 +14,9 @@ LABEL maintainer="Buildroot mailing list " \ vendor="Buildroot" \ description="Container with everything needed to run Buildroot" +# Architecture to build for +ARG TARGETPLATFORM + # We need tar >= 1.35 ARG TAR_VERSION="1.35"