mirror of
https://github.com/containerd/containerd.git
synced 2026-06-24 08:48:48 +00:00
Replace manual platform formatting with containerd's platforms.Format() function to ensure consistent platform string formatting across the codebase. This removes the TODO comment and handles platform variants properly. Fixes the TODO in manifest_printer.go line 124. Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>