jlink Windows JRE
Version updated for https://github.com/ricardoapaes/docker-java-jlink to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The docker-java-jlink GitHub Action automates the creation of a custom Windows-compatible Java Runtime Environment (JRE) using the jlink tool within CI pipelines. It simplifies the process by bundling necessary Linux and Windows JDKs, JMODs, and pre-configured helper scripts, allowing users to generate optimized JREs for specific Java versions and modules. This action addresses the complexity of cross-platform JRE builds and supports both x64 and x86 architectures for select Java versions.
What’s Changed
What’s Changed
- Add x86 support by @ricardoapaes in https://github.com/ricardoapaes/docker-java-jlink/pull/5
Full Changelog: https://github.com/ricardoapaes/docker-java-jlink/compare/v1.0.3...v1.1.0