tiredofit / docker-invoiceninja

Dockerized invoicing web application
MIT License
15 stars 3 forks source link

ARM64 support? #5

Closed armond-avanes closed 1 year ago

armond-avanes commented 1 year ago

Is there any plan to add support for ARM64 platforms? I'm going to run this on a Raspberry Pi.

Thank you.

tiredofit commented 1 year ago

My CI technically can support Arm64 builds of this, although I have no way of testing to see if it will work. I'll flip it on and see what happens.

EDIT: https://github.com/tiredofit/docker-invoiceninja/actions/runs/6354384151 is the attempt of build if you want to follow along and see if it worked. Emulation in Github is sometimes glitchy and slow. If it takes too long to build certain things I drop building arm64 as I don't have any hardware that I can do my own builds on..

armond-avanes commented 1 year ago

Thanks for your prompt action. Is this going to be auto published after a successful build?

tiredofit commented 1 year ago

If all goes well it should!

armond-avanes commented 1 year ago

I just want to confirm that the ARM64 image has been successfully published to Docker Hub. Thank you!