mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-25 14:18:54 +00:00
docs: drop cross-build instructions for SE boot image
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 <ffidencio@nvidia.com> Assisted-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user