image: resin/raspberry-pi-node:8
Hi i can not get the image to run in pipeline not sure what the issue is.
Error code:
standard_init_linux.go:190: exec user process caused "exec format error"
That image is built for an ARM architecture and is not compatible with Bitbucket Pipelines which runs on an x86 architecture.
You may be able to build your raspberry pi application using a different Docker image such as described in this blog post: https://keestalkstech.com/2018/01/ci-cd-net-core-app-deployment-raspberry-pi-using-bitbucket/
There's also an open feature request you may want to watch and vote on here: https://bitbucket.org/site/master/issues/15317/allow-building-multi-architecture-docker
Regards
Sam
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.