@rberlim Hmm, that's weird, because we publish containers for both amd64 (x64) and arm64 (aarch64) platforms.
For historical reasons, the main image needs to be changed to `-arm64` for that to works, but all other images (sig helper and companion) the same tag can be used for both:
https://quay.io/repository/invidious/inv-sig-helper?tab=tags&tag=latest
https://quay.io/repository/invidious/invidious-companion?tab=tags&tag=latest
-SamantazFox