as eclipse/lemminx readme says:
On Linux, compile with ./mvnw clean package -Dnative -DskipTests -Dgraalvm.static=--static in order to support distributions that don't use glibc, such as Alpine Linux
is it possible to add an alpine build with the -Dgraalvm.static=--static ?
as eclipse/lemminx readme says:
is it possible to add an alpine build with the
-Dgraalvm.static=--static?