control: tags -1 + moreinfo Hi Paul,
I think this might be a simple fix where lxc just needs to recognize loong64 as another "known" personality. I can't test this on the porterbox, but I've attached the single line patch for lxc that I think would fix the issue. If you can share access with a loong64 box where I could further test (installing local packages, running `lxc-create ....`), I'd be happy to do so. As an alternative, does changing "loong64" to "loongarch64" in the autopkgtest script(s) for creating the container work? Mathias
diff --git a/src/lxc/confile.c b/src/lxc/confile.c
index 960fb96..5045741 100644
--- a/src/lxc/confile.c
+++ b/src/lxc/confile.c
@@ -3275,6 +3275,7 @@ int lxc_config_parse_arch(const char *arch, signed long *persona)
{ "arm64", PER_LINUX },
{ "linux64", PER_LINUX },
{ "loongarch64", PER_LINUX },
+ { "loong64", PER_LINUX },
{ "mips64", PER_LINUX },
{ "mips64el", PER_LINUX },
{ "ppc64", PER_LINUX },
signature.asc
Description: This is a digitally signed message part

