Hi guys, im running prefect on my raspberry pi, wh...
# prefect-getting-started
b
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?
c
We don’t have native tags / builds for arm/v8, but you would likely be able to build / repackage your own :
2.7.10 was just released which should help -