Build bootc base image in IoT variant with explicit subvariant
This just shadows the similar change on Rawhide and F41, but here we aren't building the IoT base bootc image. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6cae4ca9aa
commit
a2fc0b62f8
1 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ sigkeys = ['a15B79cc']
|
|||
tree_arches = ['aarch64', 'x86_64']
|
||||
# limit tree variants
|
||||
# if undefined, all variants from variants.xml will be included
|
||||
tree_variants = ['IoT', 'bootc']
|
||||
tree_variants = ['IoT']
|
||||
hashed_directories = True
|
||||
|
||||
# RUNROOT settings
|
||||
|
|
@ -275,7 +275,7 @@ ostree = {
|
|||
}
|
||||
|
||||
ostree_container = {
|
||||
"^bootc$": {
|
||||
"^IoT$": {
|
||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||
"config_url": "https://pagure.io/fedora-iot/base-images",
|
||||
"config_branch": "f40",
|
||||
|
|
@ -284,6 +284,7 @@ ostree_container = {
|
|||
"https://kojipkgs.fedoraproject.org/compose/updates/f40-updates/compose/Everything/$basearch/os/"],
|
||||
"arches": ["x86_64", "aarch64"],
|
||||
"failable": ['*'],
|
||||
"subvariant": "bootc",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue