mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-10 10:10:28 +03:00
This patch adds runtime testing of the OCI archive created by the sloci scripting. It launches a containerd instance, imports, and runs the OCI container. The existing QEMU AARCH64 kernel config was extended to enable common options used by a container runtime (cgroup and overlayfs). Signed-off-by: Matthew Weber <matthew.weber@collins.com> [Arnout: adapt file name which is arm64 now; add to DEVELOPERS] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>