TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
763 stars 43 forks source link

ARM support #51

Closed tillcash closed 2 years ago

tillcash commented 2 years ago

I would like to run on a Raspberry Pi, but that would require ARM support. Add ARM builds for Docker image.

Merlijnv commented 2 years ago

same here for homeassistant on rpi4

TheAxelander commented 2 years ago

I have created an image which is available via axelander/openbudgeteer:arm64. I could only test this so far on my MacBook Air M1 but I think it should work on an rpi.

Will now try to automate this in Github Actions...

TheAxelander commented 2 years ago

Should be resolved with #60