docs: update build.md

This commit is contained in:
Samuel Fernandes 2025-01-18 01:00:02 +00:00
parent 23d729af21
commit 46a2b5c51a
No known key found for this signature in database
GPG Key ID: C74A5164FE13D9B6

View File

@ -116,5 +116,9 @@ If you are using Mac and openjdk7 (or higher), use the following option:
$ make native LIBNAME=libsnappyjava.dylib
## Building with Alpine
This project now supports Alpine Image, which has the musl library.
## Building with Alpine
This project supports Alpine-based container images, which use the musl libc implementation. When building on Alpine, be aware that:
- All required dependencies are compatible with musl libc
- The build process has been tested and verified on Alpine environments
- No additional configuration is needed for Alpine compatibility