bragibooks
bragibooks copied to clipboard
Any chance of getting an arm64 docker image?
I’m running bragibooks on my M1 Mac mini, and right now it’s forced to emulate the amd64 build. Is there any way to get an arm64 build? I’m guessing it would drastically improve the speeds I’m seeing.
As referenced here, a user got it building in arm: https://github.com/djdembeck/bragibooks/issues/60#issuecomment-974693418
I don't think I'm equipped to try this, because I do not run an ARM platform to test the images out. Adding ARM support for Bragi would look like:
- Checking the compatibility of m4b-merge's ffmpeg build process.
- Checking m4b-merge's python compatibility in ARM.
- Adding a
Dockerfile.arm64
file on both repos and building both images