ITADN

Publish packages for Alpine-linux / musl

#571Openai-simple-ai 创建于 2025-11-17
A
ai-simple-aicommented
### Describe the problem A lot of people dockerize their production applications. For node.js, there's two popular options, the ubuntu based image and the alpine linux based image. Ubuntu based image uses GNU's c-library (glibc) while Alpine Linux uses the MUSL toolchain. Livekit's rtc-node package is currently only distributed for glibc on linux, so anyone using an alpine base image will have their application fail at runtime. ### Describe the proposed solution I propose that you start building for musl in addition to glibc and can thereby support your users in both toolchains. ### Alternatives considered _No response_ ### Importance would make my life easier ### Additional Information _No response_
0 条评论