job: use image.raw.xz filename
RHEL and Fedora used different output formats (.ami vs .raw.xz). The job package assumed `image.ami`, which failed for RHEL. Change Fedora to use image.raw.xz as well. This makes it consistent, but we should also get the filename from the distro at some point.
This commit is contained in:
parent
b53d897019
commit
1c5adfc682
5 changed files with 10 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"compose": {
|
||||
"distro": "fedora-30",
|
||||
"filename": "image.ami",
|
||||
"filename": "image.raw.xz",
|
||||
"output-format": "ami",
|
||||
"blueprint": {}
|
||||
},
|
||||
|
|
@ -118,8 +118,8 @@
|
|||
"assembler": {
|
||||
"name": "org.osbuild.qemu",
|
||||
"options": {
|
||||
"format": "raw",
|
||||
"filename": "image.ami",
|
||||
"format": "raw.xz",
|
||||
"filename": "image.raw.xz",
|
||||
"ptuuid": "0x14fc63d2",
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"size": 3222274048
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"boot-test": {
|
||||
"output-format": "ami",
|
||||
"filename": "image.ami",
|
||||
"filename": "image.raw.xz",
|
||||
"boot-type": "qemu",
|
||||
"blueprint": {
|
||||
"name": "ami-boot-test",
|
||||
|
|
@ -160,8 +160,8 @@
|
|||
"assembler": {
|
||||
"name": "org.osbuild.qemu",
|
||||
"options": {
|
||||
"format": "raw",
|
||||
"filename": "image.ami",
|
||||
"format": "raw.xz",
|
||||
"filename": "image.raw.xz",
|
||||
"ptuuid": "0x14fc63d2",
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"size": 3222274048
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue