Using Installing Home Assistant Supervised on Debian 11 as guideline I am installing HA supervised on Debian Bullseye, running on Rockchip-based Nano Pi R5S. Bullseye is up and running.
I am stuck in 2.2 saying
wget https://github.com/home-assistant/os-agent/releases/download/1.4.1/os-agent_1.4.1_linux_x86_64.deb
Which obviously pulls the AMD64 arch which does not match the ARM64 system architecture. using
wget https://github.com/home-assistant/os-agent/releases/download/1.4.1/os-agent_1.4.1_linux_arm64.deb did not help.
Which OS Agent do I need for ARM64?