galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.14k stars 169 forks source link

Publish musl builds for Alpine Linux #359

Closed thedonvaughn closed 5 years ago

thedonvaughn commented 5 years ago

It appears the current musl binaries that node-pre-gyp installs are actually built and linked against libc still. This is problematic when using alpine based docker images.

This PR updates travis.yml to build and publish musl linked binaries using alpine docker image.