reinhard-brandstaedter / solarflow-control

A tool to automatically control Zendure's Solarflow hub with more flexibility to match home power demand
70 stars 12 forks source link

Docker image for arm64 (Pi 5) #238

Closed floriandrott closed 5 months ago

floriandrott commented 5 months ago

I tried to use the docker image rbrandstaedter/solarflow-control:0.62 to run on my Pi5 via docker. Everytime the docker container crashes with exit code 139.

With docker inspect I figured out that the container image is build for armv7. Is there a way to get an image for arm64 to be able to run it on a Pi5?

Thx

reinhard-brandstaedter commented 5 months ago

@floriandrott I added arm64 as crossbuild target, latest dev build should already work for Pi5. Give it a try.

floriandrott commented 5 months ago

@reinhard-brandstaedter thank you for the quick replay. With version v0.66 it works perfectly.