The installer script decides which arch to download based on uname -m. So, a device running Raspberry Pi OS would install the armv7 version. However, this version will not work, because Raspberry Pi OS is all set up to run binaries compiled to armv6.
The installer script decides which arch to download based on
uname -m. So, a device running Raspberry Pi OS would install the armv7 version. However, this version will not work, because Raspberry Pi OS is all set up to run binaries compiled to armv6.