bodhi-pungi: use AtomicHost variant for AH things
The compose today failed with: ``` [WARNING ] [OSTREE_INSTALLER] Patterns in config do not match any variant: ^Atomic$ ``` There is no Atomic variant any longer. Let's use AtomicHost instead, which will sync it up with what is done inthe pungi-fedora repo.
This commit is contained in:
parent
feb33826b3
commit
d458e55c8f
1 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ volume_id_substitutions = {
|
|||
|
||||
# Other ostree artifacts
|
||||
image_build = {
|
||||
'^Everything$': [
|
||||
'^AtomicHost$': [
|
||||
{
|
||||
[% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
|
||||
'image-build': {
|
||||
|
@ -215,7 +215,7 @@ image_build = {
|
|||
}
|
||||
|
||||
ostree_installer = [
|
||||
('^Atomic$', {
|
||||
('^AtomicHost$', {
|
||||
[% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
|
||||
'[[ arch ]]': {
|
||||
"repo": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue