From 4a09bd3548b845f2c130a1bf3fd846c422c5fba7 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Wed, 22 May 2024 18:58:34 -0400 Subject: [PATCH] Change arch string It needs to be consistent with amd64 or arm64. Need to convert in the action. Signed-off-by: Daniel Mikusa --- .github/pipeline-descriptor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index fe98991..be4aaba 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -27,7 +27,7 @@ dependencies: id: yourkit-java uses: docker://ghcr.io/paketo-buildpacks/actions/yourkit-dependency:main with: - arch: x64 + arch: amd64 - name: YourKit Java Agent ARM64 id: yourkit-java uses: docker://ghcr.io/paketo-buildpacks/actions/yourkit-dependency:main