Skip to content

Commit

Permalink
Merge pull request #479 from paketo-buildpacks/dmikusa-patch-1
Browse files Browse the repository at this point in the history
Update pipeline-descriptor.yml
  • Loading branch information
dmikusa authored Jan 13, 2025
2 parents 95f71cf + 091f8af commit cb7d7d0
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,30 +91,6 @@ dependencies:
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}

# ARM64
- name: JDK 11 ARM64
id: jdk
version_pattern: "11\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main
with:
glob: sapmachine-jdk-.+_linux-aarch64_bin.tar.gz
owner: SAP
repository: SapMachine
tag_filter: sapmachine-(11.*)
latest_by_creation_time: true
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
arch: "arm64"
- name: JRE 11 ARM64
id: jre
version_pattern: "11\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main
with:
glob: sapmachine-jre-.+_linux-aarch64_bin.tar.gz
owner: SAP
repository: SapMachine
tag_filter: sapmachine-(11.*)
latest_by_creation_time: true
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
arch: "arm64"
- name: JDK 17 ARM64
id: jdk
version_pattern: "17\\.[\\d]+\\.[\\d]+"
Expand Down

0 comments on commit cb7d7d0

Please sign in to comment.