From 091f8afa637f7252b2b70c5fc88dd5f5141b1670 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Mon, 13 Jan 2025 07:53:02 -0500 Subject: [PATCH] Update pipeline-descriptor.yml Follow up to https://github.com/paketo-buildpacks/sap-machine/pull/475 --- .github/pipeline-descriptor.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index f14a8f1..668236b 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -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]+"