Skip to content

Commit 35238be

Browse files
committed
kvm: Compress output qcow2
1 parent 4bd6ab4 commit 35238be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Pack it!
3737
run: |
3838
sudo qemu-nbd -d /dev/nbd0
39-
qemu-img convert -m 2 -O qcow2 -p ~/input.qcow2 ${{ env.filename }}.qcow2
39+
qemu-img convert -c -m 2 -O qcow2 -p ~/input.qcow2 ${{ env.filename }}.qcow2
4040
./infostrap ${{ env.filename }}.qcow2 > ${{ env.filename }}-buildinfo.txt
4141
- name: Upload it!
4242
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)