mirror of
https://github.com/moby/buildkit.git
synced 2026-08-11 09:35:02 +00:00
The `defaultPlatform` got on the build system include the variant for arm v6, v7 etc. This is an important information for us to find the matched platform, but this information is missed since the code doesn't include variant when assemble the platform information. And since "V8" variant for arm64 is normalized to an empty string, so we need to take care of this as well. Signed-off-by: Dave Chen <dave.chen@arm.com>