Skip to content

Commit d64fdcb

Browse files
committed
LCORE-326: Add linux/arm64 arch for image building in PRs
1 parent 13cc312 commit d64fdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
buildah images | grep '${{ env.IMAGE_NAME }}'
4141
echo '${{ steps.build_image.outputs.image }}'
4242
echo '${{ steps.build_image.outputs.tags }}'
43-
name: Check manifest
43+
- name: Check manifest
4444
run: |
4545
set -x
4646
buildah manifest inspect ${{ steps.build_image.outputs.image }}:${{ env.LATEST_TAG }}

0 commit comments

Comments
 (0)