Open fheyer opened 1 year ago
Just noticed this, I guess make a PR. But this is going to be a complicated thing for one I have to make this switch to multi-arch so the whole build process should be done using github actions.
Not sure but I don't think the usage instructions would change because Docker should pull the proper architecture image if needed.
Btw i found out that you can easily build cross platform with docker: On my ARM based mac i used following commands to build and run on the PC platform:
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose build
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose up -d
Maybe this helps.
If you can make a PR with a github workflow to start it I can finish it up with my deploy keys
Ok, i'll give it a try in the next days.
Hello,
it would be great to have this image built on arm64 and distributed via docker hub. I confirmed that it builds flawlessly on arm64 on my Macbook. But obviously i can't push to your organisation's namespace on docker hub. How can i help?
best regards Florian