From 5edadd2247fd9b2c00a7f92bb75ab7b7fbdb6bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Sun, 6 Sep 2026 02:03:17 -0300 Subject: [PATCH] docs(genesis): document architecture query --- xCAT-genesis-builder/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-genesis-builder/README.md b/xCAT-genesis-builder/README.md index cd7324825..dd3cbb26a 100644 --- a/xCAT-genesis-builder/README.md +++ b/xCAT-genesis-builder/README.md @@ -18,6 +18,7 @@ xCAT-genesis-builder/oe/build x86_64 The build command accepts `x86`, `x86_64`, `ppc64`, `ppc64le`, `armv7hf`, `aarch64`, `riscv64`, and `s390x`. Multiple architectures are built in the order given. +Run `xCAT-genesis-builder/oe/build --list-architectures` to print this list. Artifacts are written below `xCAT-genesis-builder/oe/.work/build/tmp/deploy/images`. The `x86` artifact uses an i686 CPU baseline. The build carries the reviewed Yocto release key in `oe/keys` and verifies its fingerprint locally.