summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-15 08:05:45 -0600
committerTom Rini <[email protected]>2025-11-15 08:05:45 -0600
commit69cc92d6869b8ff4591e5b8850872da34934bab9 (patch)
treeabf7002e0dc3cb7bc9721d5dded3af86b18b0f72 /tools
parent55d60ef1c91b309ba8b1c360031b13e5b3d4b31a (diff)
parent8cc144227e13b50cd6d97c36ebb45f31f4d8c9cd (diff)
Merge tag 'efi-2026-01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2026-01-rc3 CI: * https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/28355 Documentation: * Correct the linux/arm64 platform string for Docker builds * Complete pytest dependencies list with missing packages UEFI: * Use Sphinx style comments in efi_selftest_console.c * Don't include asm/global_data.h in lib/efi_client/efi_app.c twice * efi_client: correct memset() return value * Assure fitImage from capsule is used from 8-byte aligned address * Fix warning when building efi_selftest_snp with clang
Diffstat (limited to 'tools')
-rw-r--r--tools/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 <[email protected]>"
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