Skip to content

Commit 456f2df

Browse files
authored
docs: specify the whole platform name (i.e., by including OS name) (#129)
1 parent 3f8df27 commit 456f2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ docker run -d -it \
4747
* 👤 **UID-agnostic**: Supports running the server with a custom/arbitrary UID (typically required when running container
4848
in [OpenShift](https://www.redhat.com/fr/technologies/cloud-computing/openshift))
4949
* 🔐 **Rootless by default**: Runs as a non-root user when no custom UID is specified
50-
* 🧬 **Multi-architecture support**: Built for `amd64` & `arm64` _(additional architectures available on request)_
50+
* 🧬 **Multi-architecture support**: Built for `linux/amd64` & `linux/arm64` _(additional OSs/architectures available on request)_
5151
***JRE 21**, based on [Eclipse Temurin](https://hub.docker.com/_/eclipse-temurin)
5252
* Custom-built using `jlink` to minimize size
5353
* Includes all standard Java modules to ensure broad compatibility with plugins

0 commit comments

Comments
 (0)