Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ steps:
```

## Installing custom Java package type
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".

```yaml
steps:
- uses: actions/checkout@v3
Expand All @@ -106,6 +108,8 @@ 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:
Expand Down