mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-09 14:36:43 +00:00
4766f4441f
The xcat and xcatsn packages declared only amd64 and ppc64el, and the builder built and indexed only those two architectures, so a riscv64 management node had no package to install. Both packages are now built for riscv64, every release the repository serves declares the architecture, and the generated mklocalrepo.sh maps a riscv64 host to its own repository instead of amd64. Each package now carries its own architecture list: xCAT-genesis-scripts keeps the two it has control files for, because riscv64 Genesis ships as an OpenEmbedded package instead. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>