Is possible to run Meteor on a Raspberry Pi3 ?
Somebody have tried it ?
To my knowledge there ist no arm build for Meteor but you can easily deploy your Meteor Apps to rpi using MUP.
I’ve tried to deploy with MUP, I already deploy in a Linux server and all’s good but in rpi don’t works.
It give me:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7)
Both docker Meteor container “abernix/meteord:node-12-base” and “zodern/meteor” seems not for arm architecture, what is the right docker container ?