Deeploy Runs on a linux/amd64 architecture. Especially Mac M users can run into the unexpected behaviour where there custom deployments fail with the following error in the container:
exec /bin/sh: exec format error
exec /bin/sh: exec format error
To prevent this behaviour make sure to build docker images for the supported architecture. Docker has a --platform flag to explicit build docker images for a specific architecture.
Comments
0 comments
Please sign in to leave a comment.