From d774d4a3aaff408a7aeaf2b4b853aa59c9992d97 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Wed, 24 Jan 2024 22:25:12 -0500 Subject: [PATCH] Fix ARM64 update jobs with the correct arch Signed-off-by: Daniel Mikusa --- .github/pipeline-descriptor.yml | 1 + .github/workflows/pb-update-watchexec-cli-arm-64.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index 5b694a5..874da87 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -40,3 +40,4 @@ dependencies: repository: watchexec tag_filter: v(1.*) token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} + arch: arm64 diff --git a/.github/workflows/pb-update-watchexec-cli-arm-64.yml b/.github/workflows/pb-update-watchexec-cli-arm-64.yml index 8e850de..580c55b 100644 --- a/.github/workflows/pb-update-watchexec-cli-arm-64.yml +++ b/.github/workflows/pb-update-watchexec-cli-arm-64.yml @@ -44,6 +44,7 @@ jobs: - id: dependency uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main with: + arch: arm64 glob: watchexec-.+-aarch64-unknown-linux-musl.tar.xz owner: watchexec repository: watchexec @@ -93,7 +94,7 @@ jobs: echo "new-version=${VERSION}" >> "$GITHUB_OUTPUT" echo "version-label=${LABEL}" >> "$GITHUB_OUTPUT" env: - ARCH: "" + ARCH: arm64 CPE: ${{ steps.dependency.outputs.cpe }} CPE_PATTERN: "" ID: watchexec