Skip to content

Commit

Permalink
Merge pull request #126 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 c36e733 + 621cb80 commit 15f130b
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: jattach
tag_filter: v([\d.]*)
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
arch: arm64
3 changes: 2 additions & 1 deletion .github/workflows/pb-update-jattach-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: jattach-linux-arm64.tgz
owner: apangin
repository: jattach
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: jattach
Expand Down

0 comments on commit 15f130b

Please sign in to comment.