From 59057cb2a6a9cd1d2c0b3b9b81f405b4ea8dbaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 20 Jul 2026 19:56:16 +0200 Subject: [PATCH] docs: drop cross-build instructions for SE boot image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The SE VMs how-to documented building the s390x boot image on an x86_64 host via CROSS_BUILD=true TARGET_ARCH=s390x ARCH=s390x. Cross builds are not exercised on our side and the supporting code has been removed, so drop this instruction; the SE boot image is built on a native s390x host. Signed-off-by: Fabiano FidĂȘncio Assisted-by: Cursor --- docs/how-to/how-to-run-kata-containers-with-SE-VMs.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/how-to/how-to-run-kata-containers-with-SE-VMs.md b/docs/how-to/how-to-run-kata-containers-with-SE-VMs.md index 5771c7a0da..5856d69e47 100644 --- a/docs/how-to/how-to-run-kata-containers-with-SE-VMs.md +++ b/docs/how-to/how-to-run-kata-containers-with-SE-VMs.md @@ -205,12 +205,6 @@ $ export INTERMEDIATE_CA_CERT_PATH=$HOME/certificates/DigiCertCA.crt $ export HOST_KEY_CRL_PATH=$HOME/certificates/ibm-z-host-key-gen2.crl ``` -To build an image on the `x86_64` platform, set the following environment variables together with the variables above before `make boot-image-se-tarball`: - -``` -CROSS_BUILD=true TARGET_ARCH=s390x ARCH=s390x -``` - ### Adjust the configuration There still remains an opportunity to fine-tune the configuration file: