in Fedora 37 uname -i returns aarch64 and in fedora 38 it returns unknown
[root@martouf ~]# rpm -q coreutils
coreutils-9.1-7.fc37.aarch64
[root@martouf ~]# uname -i
aarch64
[root@hathor ~]# rpm -q coreutils
coreutils-9.1-11.fc38.aarch64
[root@hathor ~]# uname -i
unknown
both machines are the same type Nvidia Jetson Nanon Developer Kits, I have seen the same unknown behaviour on other hardware platforms
Reproducible: Always