Add Temurin JMOD installation support

This commit is contained in:
copilot-swe-agent[bot]
2026-07-28 20:46:08 +00:00
committed by GitHub
parent 98b0c8a4ef
commit 7f1a95c821
7 changed files with 197 additions and 30 deletions
+4
View File
@@ -16,6 +16,10 @@ inputs:
description: 'The package type (jdk, jre, jdk+fx, jre+fx, jdk+crac, jre+crac)'
required: false
default: 'jdk'
jmod:
description: 'Set this option to true to include JMOD files with Temurin JDK 24 and later'
required: false
default: false
architecture:
description: "The architecture of the package (defaults to the action runner's architecture)"
required: false