Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 25, 2024
1 parent cb68746 commit 594c0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
sudo cp -r /tmp/iso/vioscsi/w10/ARM64/. /tmp/iso/ARM64/w10/
sudo cp -r /tmp/iso/viostor/w10/ARM64/. /tmp/iso/ARM64/w10/
echo & echo
tar -cvzf /tmp/virtio-win-${{ env.latest_tag }}.tar.gz /tmp/iso >/dev/null
tar -C /tmp/iso -cvzf /tmp/virtio-win-${{ env.latest_tag }}.tar.gz * >/dev/null
echo & echo
XZ_OPT=-9 tar -Jcvf /tmp/virtio-win-${{ env.latest_tag }}.tar.xz /tmp/iso >/dev/null
XZ_OPT=-9 tar -C /tmp/iso -Jcvf /tmp/virtio-win-${{ env.latest_tag }}.tar.xz * >/dev/null
echo & echo
genisoimage -o /tmp/virtio-win-${{ env.latest_tag }}.iso -r -iso-level 4 -input-charset iso8859-1 -V "virtio-win-${{ env.latest_tag }}" /tmp/iso
-
Expand Down

0 comments on commit 594c0f9

Please sign in to comment.