Skip to content

Commit

Permalink
ci: fix arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Yu <jack.yu@suse.com>
  • Loading branch information
Yu-Jack committed Apr 9, 2024
1 parent 2893ddb commit 45c29ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
call-dapper-build:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: ${{ github.ref_name }}-head
release-tag-name: pull-${{ github.event.number }}
push: false
secrets: inherit
6 changes: 3 additions & 3 deletions .github/workflows/template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
file: package/Dockerfile
push: true
tags: rancher/support-bundle-kit:${{ inputs.release-tag-name }}-${{ steps.get-arch.outputs.ARCH }}
env:
ARCH: ${{ steps.get-arch.outputs.ARCH }}
VERSION: ${{ github.ref_name }}-${{ github.sha }}-head
build-args: |
ARCH=${{ steps.get-arch.outputs.ARCH }}
VERSION=${{ github.ref_name }}-${{ github.sha }}-head
manifest:
if: ${{ inputs.push == true }}
Expand Down

0 comments on commit 45c29ec

Please sign in to comment.