Hi guys, im running prefect on my raspberry pi, which runs fine. I want to run my flows within a docker container on the pi, what gives me this error:
exec /usr/bin/tini: exec format error
i looked it up, and it seems to be an architecture problem. the docker image is build for an amd64 architecture, while the Raspberry has an linux/arm/v8 architecture.
Can anyone help me solve this problem please?