Hi all,
Just encountered an odd issue when building a simple test container, based on nginx-alpine-mainline: when it’s pushed using local mode (to a rPi3) the container builds and deploys fine. When we push it to the device using git push then we’re getting an exec format error, indicating that the container that’s being pulled is the incorrect arch.
Is it possible that the balena build servers are pulling the x86 version of this container?
Here’s the image I’m referring to: https://hub.docker.com/layers/nginx/library/nginx/mainline-alpine/images/sha256-8a8c000e061de996f7497abc53b3e7b073cd1f90eff9a48830dac64bd022ea91
Thanks,
Corin