balena-io-examples / balena-nodejs-hello-world

Example of how to deploy Node code on a balena supported device.
https://www.balena.io/docs/learn/getting-started/raspberrypi3/node/
Apache License 2.0
77 stars 176 forks source link

Doesn't Work with Raspberry Pi 3 #8

Closed wboling closed 7 years ago

wboling commented 7 years ago

Seeing some errors pushing this to a cluster of Pi3s. Getting this:

Failed to start application 'registry.resin.io/test/ea51fe33f7cac8af562919a5e1caed75235229f6' due to 'Application architecture incompatible with raspberrypi3: exec format error'

shaunmulligan commented 7 years ago

@wboling what version of resinOS are you running? It's strange that you would get this error since the resin.io builder should select and build the correct architecture container for the RPI3. If you can give me a bit more info on your set up, I can try reproduce it.

wboling commented 7 years ago

I got it finally. I just deployed it again and it worked. I think something may have been corrupted in my git clone. All is working fine!