mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 05:08:13 +00:00
We do not allow to load into docker images that are targets another platform differ from current arch. Assume this is because of no support of manifest. But we can keep all images in place by adding arch suffix and using tag without arch suffix to point onto current system arch. It will help to use images from docker for another arch. Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>