From e0adf4c5a44a026aa158c456a29b7f7d64c90f9d Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 10 Nov 2025 21:56:32 +0800 Subject: docker: Correct the linux/arm64 platform string The Dockerfile is using linux/arm64 without the /v8 suffix. Signed-off-by: Bin Meng Reviewed-by: Heinrich Schuchardt --- tools/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/docker') diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index d2384219c06..58f2a28daa0 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:jammy-20251001 LABEL org.opencontainers.image.authors="Tom Rini " LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container" -# Used by docker to set the target platform: valid values are linux/arm64/v8 +# Used by Docker to set the target platform: valid values are linux/arm64 # and linux/amd64 ARG TARGETPLATFORM -- cgit v1.3.1