Robin
02/01/2025, 11:06 AMbuild_config: dict = {
"platform": ["linux/amd64", "linux/arm64"],
"push": True,
}
And ensured that docker buildx is installed with multi-platform support
BuildKit version: v0.13.2
Platforms: linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386, linux/arm64, linux/riscv64, linux/ppc64, linux/ppc64le, linux/s390x, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6
I ran the deployment code on ubuntu github action runner in place of my Macbook with ARM processor.
Prefect versions:
#17 15.13 + prefect==3.1.12
#17 15.13 + prefect-aws==0.5.3
#17 15.13 + prefect-dask==0.3.2
#17 15.13 + prefect-jupyter==0.3.1
#17 15.13 + prefect-slack==0.3.1
I got the following error:
Reported flow run '35adee99-49b9-478e-8f0e-85eef2aaba42' as crashed: Flow run infrastructure exited with non-zero status code 1.
The pod had the following log:
prefect-job-mfvl9-t45qv exec /app/.venv/bin/prefect: exec format error
Bianca Hoch
02/03/2025, 4:05 PMRobin
02/05/2025, 8:51 PMRobin
02/05/2025, 8:51 PM