stages/org.osbuild.qemu: make qcow2 compression optional
Modify the stages/org.osbuild.qemu stage such that compression is optional. This resolves the image size differences between an image built with coreos assember vs osbuild, as discussed in: https://github.com/coreos/fedora-coreos-tracker/issues/1653#issuecomment-1928342241
This commit is contained in:
parent
e1cbf92673
commit
619a64f0bd
3 changed files with 23 additions and 2 deletions
|
|
@ -1267,6 +1267,7 @@
|
|||
"filename": "qemu.qcow2",
|
||||
"format": {
|
||||
"type": "qcow2",
|
||||
"compression": false,
|
||||
"compat": "1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -604,4 +604,5 @@ pipelines:
|
|||
filename: qemu.qcow2
|
||||
format:
|
||||
type: qcow2
|
||||
compression: false
|
||||
compat: '1.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue