mirror of
https://github.com/actions/setup-java.git
synced 2026-08-19 04:02:51 +00:00
Add Red Hat Build of OpenJDK support (#1241)
* Add Red Hat Build of OpenJDK support Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Fix Red Hat tests on Windows Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update compiled Red Hat distribution Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot App
Copilot Autofix powered by AI
parent
5f75b27283
commit
416c6d1e8a
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"result": [
|
||||
{
|
||||
"filename": "java-21-openjdk-21.0.8.0.9-1.portable.jdk.x86_64.tar.xz",
|
||||
"direct_download_uri": "https://developers.redhat.com/content-gateway/file/pub/openjdk/java-21-openjdk-21.0.8.0.9-1.portable.jdk.x86_64.tar.xz",
|
||||
"checksum": "91a6f3284cbded9de17f65985a4fca48dd4fd0aa295162178631c23ade335aad",
|
||||
"checksum_type": "sha256"
|
||||
}
|
||||
],
|
||||
"message": ""
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"result": [
|
||||
{
|
||||
"id": "redhat-21.0.8-jdk-linux-x64",
|
||||
"archive_type": "tar.xz",
|
||||
"distribution": "redhat",
|
||||
"java_version": "21.0.8+9",
|
||||
"release_status": "ga",
|
||||
"operating_system": "linux",
|
||||
"architecture": "x64",
|
||||
"package_type": "jdk",
|
||||
"directly_downloadable": true
|
||||
},
|
||||
{
|
||||
"id": "redhat-21.0.7-jdk-linux-x64",
|
||||
"archive_type": "tar.xz",
|
||||
"distribution": "redhat",
|
||||
"java_version": "21.0.7+6",
|
||||
"release_status": "ga",
|
||||
"operating_system": "linux",
|
||||
"architecture": "x64",
|
||||
"package_type": "jdk",
|
||||
"directly_downloadable": true
|
||||
},
|
||||
{
|
||||
"id": "redhat-17.0.16-jdk-linux-x64",
|
||||
"archive_type": "tar.xz",
|
||||
"distribution": "redhat",
|
||||
"java_version": "17.0.16+8",
|
||||
"release_status": "ga",
|
||||
"operating_system": "linux",
|
||||
"architecture": "x64",
|
||||
"package_type": "jdk",
|
||||
"directly_downloadable": true
|
||||
},
|
||||
{
|
||||
"id": "redhat-9-jdk-linux-x64",
|
||||
"archive_type": "tar.xz",
|
||||
"distribution": "redhat",
|
||||
"java_version": "9+181",
|
||||
"release_status": "ga",
|
||||
"operating_system": "linux",
|
||||
"architecture": "x64",
|
||||
"package_type": "jdk",
|
||||
"directly_downloadable": true
|
||||
},
|
||||
{
|
||||
"id": "redhat-21.0.8-jre-linux-x64",
|
||||
"archive_type": "tar.xz",
|
||||
"distribution": "redhat",
|
||||
"java_version": "21.0.8+9",
|
||||
"release_status": "ga",
|
||||
"operating_system": "linux",
|
||||
"architecture": "x64",
|
||||
"package_type": "jre",
|
||||
"directly_downloadable": true
|
||||
},
|
||||
{
|
||||
"id": "redhat-17.0.16-jdk-windows-x64",
|
||||
"archive_type": "zip",
|
||||
"distribution": "redhat",
|
||||
"java_version": "17.0.16+8",
|
||||
"release_status": "ga",
|
||||
"operating_system": "windows",
|
||||
"architecture": "x64",
|
||||
"package_type": "jdk",
|
||||
"directly_downloadable": true
|
||||
}
|
||||
],
|
||||
"message": "6 package(s) found"
|
||||
}
|
||||
Reference in New Issue
Block a user