Skip to content

Commit

Permalink
Merge pull request #254 from paketo-buildpacks/graalvm
Browse files Browse the repository at this point in the history
Fix updates for Oracle GraalVM versions
  • Loading branch information
anthonydahanne authored Sep 25, 2024
2 parents e2a6ad1 + 05701d8 commit e204225
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,25 +53,25 @@ dependencies:
version_pattern: "17\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: graalvm
type: jdk
version: "17"
distro: oracle
distro: graalvm
- name: Native Image 21
id: native-image-svm
version_pattern: "21\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: graalvm
type: jdk
version: "21"
distro: oracle
distro: graalvm
- name: Native Image 22
id: native-image-svm
version_pattern: "22\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: graalvm
type: jdk
version: "22"
distro: oracle
distro: graalvm

# ARM64
- name: JDK 17 ARM64
Expand Down Expand Up @@ -106,25 +106,25 @@ dependencies:
version_pattern: "17\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: graalvm
type: jdk
version: "17"
distro: oracle
distro: graalvm
arch: "arm64"
- name: Native Image 21 ARM64
id: native-image-svm
version_pattern: "21\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: graalvm
type: jdk
version: "21"
distro: oracle
distro: graalvm
arch: "arm64"
- name: Native Image 22 ARM64
id: native-image-svm
version_pattern: "22\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: graalvm
type: jdk
version: "22"
distro: oracle
distro: graalvm
arch: "arm64"
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-native-image-17-arm-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
arch: arm64
distro: oracle
type: graalvm
distro: graalvm
type: jdk
version: "17"
- name: Update Buildpack Dependency
id: buildpack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-native-image-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
distro: oracle
type: graalvm
distro: graalvm
type: jdk
version: "17"
- name: Update Buildpack Dependency
id: buildpack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-native-image-21-arm-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
arch: arm64
distro: oracle
type: graalvm
distro: graalvm
type: jdk
version: "21"
- name: Update Buildpack Dependency
id: buildpack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-native-image-21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
distro: oracle
type: graalvm
distro: graalvm
type: jdk
version: "21"
- name: Update Buildpack Dependency
id: buildpack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-native-image-22-arm-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
arch: arm64
distro: oracle
type: graalvm
distro: graalvm
type: jdk
version: "22"
- name: Update Buildpack Dependency
id: buildpack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-native-image-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
distro: oracle
type: graalvm
distro: graalvm
type: jdk
version: "22"
- name: Update Buildpack Dependency
id: buildpack
Expand Down

0 comments on commit e204225

Please sign in to comment.