mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-25 22:49:59 +00:00
The kata-deploy local-build pipeline auto-enabled a cross build whenever the host arch differed from TARGET_ARCH, wiring up docker buildx, QEMU binfmt emulation and an s390x cross toolchain (incl. building s390-tools genprotimg with CROSS_COMPILE) in the builder image. None of this is exercised on our side: every release/CI build runs on a native-arch runner, so the cross paths are dead code. Remove the CROSS_BUILD/TARGET_ARCH/BUILDX/PLATFORM/binfmt machinery and the s390x cross toolchain from the builder image; the tarballs are always built for the host arch now. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Assisted-by: Cursor <cursoragent@cursor.com>