Skip to content

Commit

Permalink
set up qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 27, 2023
1 parent bbda318 commit 97dd040
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
run: |
dnf install -y $DNF_PKGS
dnf clean all
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Clone Katsu
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -91,7 +94,7 @@ jobs:
- name: Upload ISO
uses: actions/upload-artifact@v3
with:
name: ${{ env.artifact }}-disk
name: ${{ env.artifact }}-image
path: katsu/katsu-work/image/*.img.xz


Expand Down Expand Up @@ -148,5 +151,5 @@ jobs:
- name: Upload ISO
uses: actions/upload-artifact@v3
with:
name: ${{ env.artifact }}-live
name: ${{ env.artifact }}-iso
path: katsu/out.iso

0 comments on commit 97dd040

Please sign in to comment.