Skip to content

Commit

Permalink
Merge pull request #219 from paketo-buildpacks/anthonydahanne-patch-1
Browse files Browse the repository at this point in the history
Fix arm64 for graal 17
  • Loading branch information
anthonydahanne authored Apr 18, 2024
2 parents 79daddd + 1f5539f commit 138ad04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ dependencies:
with:
type: graalvm
version: "17"
arch: "arm64"
- name: Native Image 21 ARM64
id: native-image-svm
version_pattern: "21\\.[\\d]+\\.[\\d]+"
Expand All @@ -113,4 +114,4 @@ dependencies:
with:
type: graalvm
version: "22"
arch: "arm64"
arch: "arm64"

0 comments on commit 138ad04

Please sign in to comment.