imange_build: enable armhfp
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
eb3db40bad
commit
f98ceb1cd8
1 changed files with 2 additions and 1 deletions
|
|
@ -215,9 +215,10 @@ image_build = {
|
|||
'kickstart': 'fedora-iot.ks',
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 4,
|
||||
'arches': ['aarch64', 'x86_64'],
|
||||
'arches': ['armhfp', 'aarch64', 'x86_64'],
|
||||
'install_tree_from': "https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-33/compose/Everything/$arch/os/",
|
||||
'subvariant': 'IoT',
|
||||
'failable': ['armhfp'],
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue