From 46a2b5c51ad5503678b8deeba679071e05be9719 Mon Sep 17 00:00:00 2001 From: Samuel Fernandes Date: Sat, 18 Jan 2025 01:00:02 +0000 Subject: [PATCH] docs: update build.md --- BUILD.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index bbf775f..f7bc226 100755 --- a/BUILD.md +++ b/BUILD.md @@ -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