j7s-os/image-builds.json

108 lines
2.1 KiB
JSON

{
"product": "Automotive-sig_images",
"version": 1,
"builds": {
"minimal": {
"manifest": "minimal",
"type": "ostree",
"target": "qemu",
"format" : "qcow2",
"arches": [
"x86_64",
"aarch64"
],
"package-sets": [
"automotive-product"
]
},
"minimal-rpi": {
"manifest": "minimal",
"type": "regular",
"target": "rpi4",
"format" : "img",
"arches": [
"aarch64"
],
"package-sets": [
"cs9"
]
},
"qa": {
"manifest": "qa",
"type": "ostree",
"target": "qemu",
"format" : "qcow2",
"arches": [
"x86_64",
"aarch64"
],
"package-sets": [
"cs9"
]
},
"neptune": {
"manifest": "neptune",
"type": "ostree",
"target": "qemu",
"format" : "qcow2",
"arches": [
"x86_64",
"aarch64"
],
"package-sets": [
"cs9"
]
},
"neptune-rpi": {
"manifest": "neptune",
"type": "regular",
"target": "rpi4",
"format" : "img",
"arches": [
"aarch64"
],
"package-sets": [
"cs9"
]
},
"developer": {
"manifest": "developer",
"type": "regular",
"target": "qemu",
"format" : "qcow2",
"arches": [
"x86_64",
"aarch64"
],
"package-sets": [
"cs9"
]
},
"developer-rpi": {
"manifest": "developer",
"type": "regular",
"target": "rpi4",
"format" : "img",
"arches": [
"aarch64"
],
"package-sets": [
"cs9"
]
},
"container": {
"manifest": "container",
"type": "regular",
"target": "qemu",
"format" : "qcow2",
"arches": [
"x86_64",
"aarch64"
],
"package-sets": [
"cs9"
]
}
}
}