From aa8b094ab1b6b345897b4ddb44bc3f249cc9f0f7 Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Tue, 1 Aug 2023 11:20:58 +0300 Subject: [PATCH] platforms: clarify docs for amd64/arm64 variant normalization Signed-off-by: Tonis Tiigi --- platforms/platforms.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platforms/platforms.go b/platforms/platforms.go index d4ffe47b5..0254ec0c5 100644 --- a/platforms/platforms.go +++ b/platforms/platforms.go @@ -102,6 +102,9 @@ // unless it is explicitly provided. This is treated as equivalent to armhf. A // previous architecture, armel, will be normalized to arm/v6. // +// Similarly, the most common arm64 version v8, and most common amd64 version v1 +// are represented without the variant. +// // While these normalizations are provided, their support on arm platforms has // not yet been fully implemented and tested. package platforms