diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index cb964a1d..65a26d98 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -32,7 +32,7 @@ steps: ``` ### Adopt -Input `java-package` is optional and intended to select a packaging variant(subset) of the distor. List of available options is "jdk", "jre", "jdk+fx" or "jre+fx". If the input omiited it is set to "jdk". +Input `java-package` is optional and intended to select a packaging variant(subset) of the distro. List of available options is "jdk", "jre", "jdk+fx" or "jre+fx". If the input omiited it is set to "jdk". **NOTE:** Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from `adopt` to `temurin` to keep receiving software and security updates. See more details in the [Good-bye AdoptOpenJDK post](https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/). @@ -109,6 +109,9 @@ steps: ## Installing custom Java architecture +Input `architecture` is optional and selects a targer architecture. Available values are "x86", "x64", "armv7", "aarch64" or "ppc64le". The default value is "x64". + + ```yaml steps: - uses: actions/checkout@v3