Skip to content

Commit

Permalink
Merge pull request #117 from paketo-buildpacks/set-arch
Browse files Browse the repository at this point in the history
Add arch to the dependency update
  • Loading branch information
dmikusa authored Mar 28, 2024
2 parents 3da498e + 9f8bfd0 commit ea3868c
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 @@ -38,3 +38,4 @@ dependencies:
owner: dmikusa
repository: tiny-health-checker
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
arch: arm64
3 changes: 2 additions & 1 deletion .github/workflows/pb-update-tiny-health-checker-arm-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main
with:
arch: arm64
glob: thc-aarch64-unknown-linux-musl
owner: dmikusa
repository: tiny-health-checker
Expand Down Expand Up @@ -77,7 +78,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: thc
Expand Down

0 comments on commit ea3868c

Please sign in to comment.