Skip to content

Commit

Permalink
ci: fix kas build to use matrix parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Zygmunt Krynicki <[email protected]>
  • Loading branch information
zyga authored and bboozzoo committed Mar 8, 2024
1 parent 17d5318 commit c5f1de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
kas checkout ${{ matrix.kas }}
- name: Run kas build
run: |
kas build kas-poky-snapd.yml --target snapd-demo-image
kas build ${{ matrix.kas }} --target snapd-demo-image
- name: Unmount tmpfs
if: always()
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
kas checkout ${{ matrix.kas }}
- name: Run kas build
run: |
kas build kas-poky-snapd.yml --target snapd-demo-image
kas build ${{ matrix.kas }} --target snapd-demo-image
- uses: actions/upload-artifact@v4
with:
name: image-${{ matrix.kas }}
Expand Down

0 comments on commit c5f1de1

Please sign in to comment.