bblanchon / pdfium-binaries

📰 Binary distribution of PDFium
789 stars 166 forks source link

Add MUSL ARM binaries #134

Open jerbob92 opened 7 months ago

jerbob92 commented 7 months ago

It would be pretty cool to have MUSL ARM binaries. I have made a start here: #133 The aarch64 build (arm64) works fine, but I can't get the normal arm build to succeed. Since you have a lot more experience in this, maybe you can take a look?

bblanchon commented 7 months ago

Is there an actual demand, or is this just to check a box?

jerbob92 commented 7 months ago

The aarch64 build has an actual demand because more and more cloud providers are providing ARM servers, which are all arm64 hardware as far as I know, with Alpine being a great way to make small Docker images, it would be great to be able to run pdfium on ARM servers in a docker container.

I thought it would be odd to include arm64 but not normal arm, that's why I added both, but for myself the demand is only in aarch64.

bblanchon commented 7 months ago

First build for arm64: https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/6070

bblanchon commented 6 months ago

First V8 build for arm64: https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/6124