yp87 / leaf2mqtt

Pull in data from the Nissan Connect platform for the LEAF and publish over MQTT
GNU General Public License v3.0
42 stars 39 forks source link

ARM support (Raspberry Pi) #7

Closed l3nticular closed 3 years ago

l3nticular commented 3 years ago

The google/dart image doesn't support ARM architectures such as Raspberry Pi.

I don't see a really quick solution; the dart-arm images that I was able to find could complete the image build with some modifications, but still failed to execute.

l3nticular commented 3 years ago

I seem to have gotten something working on my fork

yp87 commented 3 years ago

Great! If you want you can merge it here. If you decide to do so, please put x86 as the default to prevent breaking other users.

also create 2 docker-compose files (.x86.yaml & .arm.yaml which extends x86 by replacing the dockerfile path

Thank you!