https://prefect.io logo
Title
b

Big Ben

01/25/2023, 4:47 PM
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

Christopher Boyd

01/26/2023, 11:31 PM
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 -