Skip to content

Commit

Permalink
Merge pull request #523 from paketo-buildpacks/arm-change
Browse files Browse the repository at this point in the history
Change arm to arm64 for the upate jobs
  • Loading branch information
dmikusa authored Jan 19, 2024
2 parents 6bd95eb + 49a7003 commit a41a809
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies:
product: liberica
type: jdk
version: "8"
arch: arm
arch: arm64
- name: JRE 8 ARM64
id: jre
version_pattern: "^8\\.[\\d]+\\.[\\d]+"
Expand All @@ -134,7 +134,7 @@ dependencies:
product: liberica
type: jre
version: "8"
arch: arm
arch: arm64
- name: JDK 11 ARM64
id: jdk
version_pattern: "11\\.[\\d]+\\.[\\d]+"
Expand All @@ -143,7 +143,7 @@ dependencies:
product: liberica
type: jdk
version: "11"
arch: arm
arch: arm64
- name: JRE 11 ARM64
id: jre
version_pattern: "11\\.[\\d]+\\.[\\d]+"
Expand All @@ -152,7 +152,7 @@ dependencies:
product: liberica
type: jre
version: "11"
arch: arm
arch: arm64
- name: Native Image 11 ARM64
id: native-image-svm
version_pattern: "11\\.[\\d]+\\.[\\d]+"
Expand All @@ -162,7 +162,7 @@ dependencies:
product: nik
type: core
version: "11"
arch: arm
arch: arm64
- name: Native Image 17 ARM64
id: native-image-svm
version_pattern: "17\\.[\\d]+\\.[\\d]+"
Expand All @@ -172,7 +172,7 @@ dependencies:
product: nik
type: core
version: "17"
arch: arm
arch: arm64
- name: Native Image 21 ARM64
id: native-image-svm
version_pattern: "21\\.[\\d]+\\.[\\d]+"
Expand All @@ -182,7 +182,7 @@ dependencies:
product: nik
type: core
version: "21"
arch: arm
arch: arm64
- name: JDK 17 ARM64
id: jdk
version_pattern: "17\\.[\\d]+\\.[\\d]+"
Expand All @@ -191,7 +191,7 @@ dependencies:
product: liberica
type: jdk
version: "17"
arch: arm
arch: arm64
- name: JRE 17 ARM64
id: jre
version_pattern: "17\\.[\\d]+\\.[\\d]+"
Expand All @@ -200,7 +200,7 @@ dependencies:
product: liberica
type: jre
version: "17"
arch: arm
arch: arm64
- name: JDK 21 ARM64
id: jdk
version_pattern: "21\\.[\\d]+\\.[\\d]+"
Expand All @@ -209,7 +209,7 @@ dependencies:
product: liberica
type: jdk
version: "21"
arch: arm
arch: arm64
- name: JRE 21 ARM64
id: jre
version_pattern: "21\\.[\\d]+\\.[\\d]+"
Expand All @@ -218,4 +218,4 @@ dependencies:
product: liberica
type: jre
version: "21"
arch: arm
arch: arm64

0 comments on commit a41a809

Please sign in to comment.