Merge pull request #8899 from tonistiigi/arm64-norm-docs

platforms: clarify docs for amd64/arm64 variant normalization
This commit is contained in:
Maksym Pavlenko 2023-08-02 12:02:43 -07:00 committed by GitHub
commit e12128cebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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