bragibooks icon indicating copy to clipboard operation
bragibooks copied to clipboard

Any chance of getting an arm64 docker image?

Open seannymurrs opened this issue 3 years ago • 1 comments

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.

seannymurrs avatar Nov 17 '21 14:11 seannymurrs

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

djdembeck avatar Dec 02 '21 22:12 djdembeck