Configure 32 bit arm images using appliance-creator for https://pagure.io/releng/issue/7074

Signed-off-by: Rashmi Nargundkar <rnargund@redhat.com>
This commit is contained in:
Rashmi Nargundkar 2017-10-03 16:22:23 -04:00
parent a5a1994895
commit 1a38291bab

View File

@ -217,4 +217,19 @@ failable_deliverables = [
})
]
live_target = 'f28'
live_images_no_rename = True
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
live_images = [
('^Server$', {
'armhfp': {
'kickstart': 'fedora-arm-server.ks',
'name': 'Fedora-Modular-Server-armhfp',
'type': 'appliance',
'failable': True,
}
}),
]
koji_profile = 'compose_koji'