Skip to content

Commit

Permalink
Merge pull request #181 from paketo-buildpacks/fix-arch
Browse files Browse the repository at this point in the history
Fix ARM64 update jobs with the correct arch
  • Loading branch information
dmikusa authored Jan 25, 2024
2 parents 0fae787 + d774d4a commit d774541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ dependencies:
repository: watchexec
tag_filter: v(1.*)
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
arch: arm64
3 changes: 2 additions & 1 deletion .github/workflows/pb-update-watchexec-cli-arm-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d774541

Please sign in to comment.