Skip to content

Commit

Permalink
cosalib/qemuvariants: set skip_compression=True for kubevirt
Browse files Browse the repository at this point in the history
We don't want the ociarchive file to be compressed again.
  • Loading branch information
dustymabe authored and jlebon committed Apr 17, 2023
1 parent 9594ce6 commit 91f478e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cosalib/qemuvariants.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"image_format": "qcow2",
"platform": "kubevirt",
"image_suffix": "ociarchive",
"skip_compression": True,
},
"openstack": {
"image_format": "qcow2",
Expand Down

0 comments on commit 91f478e

Please sign in to comment.