Open
Description
Running the image published on GHCR works fine on an RPi4, but not an RPi5, where it fails with "exec: file format error".
I'm assuming that's because the python interpreter isn't compatible with the newer ARMv8.2 CPU. This is a bit weird because it'd assume it's a superset of the ARMv8 on the RPi4, but I'm not an expert.
Either way, building and pushing my own image using your Dockerfile works just fine, so I can only assume it's due to it picking up a later version of the base image, or maybe one of the libraries if they have C components.
Metadata
Metadata
Assignees
Labels
No labels
Activity