mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-21 16:39:30 +00:00
1cffcec1cf
apt on a riscv64 Ubuntu management node cannot find xCAT at all: E: Unable to locate package xcat xCAT/debian/control and xCATsn/debian/control list "Architecture: amd64 ppc64el", so the build produces no riscv64 deb and the published apt repository serves only those two architectures. Everything else riscv64 needs is already in the tree -- the rocky10/rhels10 riscv64 install templates, the grub2 boot policy, mknb, the OpenEmbedded Genesis machine -- and the xcat-dep riscv64 repository is built, signed and complete; only the core packages are missing. Add riscv64 to both lists. xCAT-test/unit/debian_control_arch_coverage.t covers this: it fails on both files without the change. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com> (cherry picked from commit 13492f55c32b34597b24934079d35789b4cc57c0)