Currently running the install script on a ARM64 device such as a Raspberry Pi 5 yields a uname -m of aarch64, which is synonymous with ARM64. However before this change the script would download the x86 version.
Tested on Ubuntu 24.04 Server on a Raspberry Pi 5.
Currently running the install script on a ARM64 device such as a Raspberry Pi 5 yields a
uname -m
ofaarch64
, which is synonymous with ARM64. However before this change the script would download the x86 version.Tested on
Ubuntu 24.04 Server
on aRaspberry Pi 5
.