Skip to content

Commit

Permalink
risv64 - promote to release platform (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Mar 7, 2024
1 parent 68ffc9e commit f22e42b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk21u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ targetConfigurations = [
],
'aarch64Mac': [
'temurin'
],
'riscv64Linux': [
'temurin'
]
]

Expand Down
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk21u_evaluation.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
targetConfigurations = [
'riscv64Linux': [
'temurin'
],
'aarch64Windows' : [
'temurin'
]
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk21u_release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ targetConfigurations = [
],
'aarch64Mac': [
'temurin'
],
'riscv64Linux': [
'temurin'
]
]

Expand Down

0 comments on commit f22e42b

Please sign in to comment.