Hello, I recently obtained an aarch64 server which runs aarch32 code just fine. However, OBS does not recognize that it can run aarch32 code and reports it as "nativeonly" to the dispatcher. Looking through the dispatcher code shows that it's examining a set of flags from /proc/cpuinfo to determine if aarch32 is supported, and my particular flags: processor : 0 BogoMIPS : 80.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x50 CPU architecture: 8 CPU variant : 0x3 CPU part : 0x000 CPU revision : 2 are not recognized as supporting aarch32. For reference, we have another server which is recognized: processor : 0 BogoMIPS : 500.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x1 CPU part : 0xd07 CPU revision : 2 Is the code simply out of date, or is there a reason why my server's CPU is not included? Kyle