From 30a14c73ff33e3f8772c610cba884a3eeb049e2d Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 11 Jul 2026 09:09:27 +0200 Subject: [PATCH] specify that docker/podman can be used if graalvm is not found --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 902dcb44..7a121faf 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ memory usage. ./mvnw clean package [-P [-Pnative]] [-DskipTests] - `` can be one of `h2`, `postgresql`, `mysql` or `mariadb`. The default is `h2`. -- `-Pnative` compiles the application to native code. This requires GraalVM to be installed (`GRAALVM_HOME` environment - variable pointing to a GraalVM installation). +- `-Pnative` compiles the application to native code. This requires either GraalVM to be installed (`GRAALVM_HOME` environment + variable pointing to a GraalVM installation) or a container environment to be available (docker/podman/...). - `-DskipTests` to speed up the build process by skipping tests. When the build is complete: