Skip to content

Commit

Permalink
move aarch64 Alpine to release pipeline (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Nov 6, 2023
1 parent f4e4676 commit ac55a91
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk21u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ targetConfigurations = [
'x64AlpineLinux' : [
'temurin'
],
'aarch64AlpineLinux' : [
'temurin'
],
'x64Windows' : [
'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
Expand Up @@ -2,9 +2,6 @@ targetConfigurations = [
'riscv64Linux': [
'temurin'
],
'aarch64AlpineLinux' : [
'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 @@ -8,6 +8,9 @@ targetConfigurations = [
'x64AlpineLinux' : [
'temurin'
],
'aarch64AlpineLinux' : [
'temurin'
],
'x64Windows' : [
'temurin'
],
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk22.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ targetConfigurations = [
'x64AlpineLinux' : [
'temurin'
],
'aarch64AlpineLinux' : [
'temurin'
],
'x64Windows' : [
'temurin'
],
Expand Down
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk22_evaluation.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ targetConfigurations = [
'riscv64Linux': [
'temurin'
],
'aarch64AlpineLinux' : [
'temurin'
],
'aarch64Windows' : [
'temurin'
]
Expand Down

0 comments on commit ac55a91

Please sign in to comment.