mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-16 04:44:21 +01:00
On main we will not have this problem as we can easily configure which shims will be installed according to an environment variable passed to the kata-deploy.yaml file. However, on CCV0, at least for now, we better keep the list of shims separated by architecture, as we've found out that s390x CoCo Operator CI is breaking because we try to install a shim that's not even built for that architecture (dragonball). Fixes: #7422 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>