Merge branch 'actions:main' into main

This commit is contained in:
sarut Limpajeerawong 2025-03-27 13:45:14 +07:00 committed by GitHub
commit 737d96ca1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,20 +215,6 @@ The available package types are:
- `jdk+ft` - JBRSDK (FreeType)
- `jre+ft` - JBR (FreeType)
### GraalVM
**NOTE:** Oracle GraalVM is only available for JDK 17 and later.
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'graalvm'
java-version: '21'
- run: |
java -cp java HelloWorldApp
native-image -cp java HelloWorldApp
```
## Installing custom Java package type
```yaml