Skip to content
Snippets Groups Projects

Support ppc64le and fix cross architecture bootstrapping

Merged Jens Reidel requested to merge Adrian/pmbootstrap:wip/ppc64le into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -27,6 +27,7 @@ def test_valid_arches():
assert Arch.aarch64 in Arch.supported()
assert Arch.armhf in Arch.supported()
assert Arch.armv7 in Arch.supported()
assert Arch.riscv64 in Arch.supported()
# kernel arch
assert Arch.x86.kernel() == "x86"
Loading