Electron app on a Raspberry PI 3 (not working)

Has anyone gotten an Electron app to run on a Raspberry PI 3?

I tried following this video from snapcraft - https://www.youtube.com/watch?v=yAnRM4m63MY

…but couldn’t get electron builder to work for armv7l. I tried to build the project for armv7l on both a PI running ubuntu, as well as my x64 ubuntu machine to no avail.

As per the video, I used this project - https://github.com/electron/electron-quick-start

…and then modified the package.json with this line in scripts
“dist”: “build --linux --armv7l snap”

as well as adding the electron-builder dev dependency.

The error I get is:
Cannot set machine from deb_arch 'armv7l'