Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add newly supported architectures #17060

Merged
merged 1 commit into from
Jun 26, 2024
Merged
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: 2 additions & 2 deletions library/gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GitCommit: 1f0a6db274bded26d03d8d3a405003e4eddbd1f9
Directory: jdk17-graal

Tags: 8.8.0-jdk21, 8.8-jdk21, 8-jdk21, jdk21, 8.8.0-jdk21-jammy, 8.8-jdk21-jammy, 8-jdk21-jammy, jdk21-jammy, latest, 8.8.0-jdk, 8.8-jdk, 8-jdk, jdk, 8.8.0, 8.8, 8, 8.8.0-jdk-jammy, 8.8-jdk-jammy, 8-jdk-jammy, jdk-jammy, 8.8.0-jammy, 8.8-jammy, 8-jammy, jammy
Architectures: amd64, arm64v8
Architectures: amd64, arm64v8, ppc64le, s390x
GitCommit: 1f0a6db274bded26d03d8d3a405003e4eddbd1f9
Directory: jdk21

Expand All @@ -65,7 +65,7 @@ GitCommit: 1f0a6db274bded26d03d8d3a405003e4eddbd1f9
Directory: jdk21-graal

Tags: 8.8.0-jdk22, 8.8-jdk22, 8-jdk22, jdk22, 8.8.0-jdk22-jammy, 8.8-jdk22-jammy, 8-jdk22-jammy, jdk22-jammy
Architectures: amd64, arm64v8
Architectures: amd64, arm64v8, ppc64le, s390x
GitCommit: 1f0a6db274bded26d03d8d3a405003e4eddbd1f9
Directory: jdk22

Expand Down
Loading