The readme lists that this should work on Raspberry Pi, but we've traced down that due to a GLIBC issue, this is not the case
Reproduced on an ARM64 laptop running Ubuntu 18:
Error: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/cswendrowski/foundryvtt/resources/app/node_modules/classic-level/prebuilds/linux-arm64/node.napi.armv8.node)
Ubuntu 18 ships with GLIBC 2.27, Raspian and Pi OS 10 ships 2.28, and Pi OS 11 with 2.29
On an x64 machine also running Ubuntu 18, the prebundle comes compiled with an older version of GLIBC and runs correctly on 2.27
Any guidance or assistance would be appreciated