Adding s390x for Everything and Server compose
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
aefdf16df1
commit
7112dc07f8
@ -18,7 +18,7 @@ sigkeys = ['F5282EE4']
|
||||
|
||||
# limit tree architectures
|
||||
# if undefined, all architectures from variants.xml will be included
|
||||
tree_arches = ['aarch64', 'armhfp', 'i386', 'ppc64', 'ppc64le', 'x86_64']
|
||||
tree_arches = ['aarch64', 'armhfp', 'i386', 'ppc64', 'ppc64le', 's390x', 'x86_64']
|
||||
|
||||
# limit tree variants
|
||||
# if undefined, all variants from variants.xml will be included
|
||||
@ -613,6 +613,7 @@ failable_deliverables = [
|
||||
'i386': ['buildinstall', 'iso'],
|
||||
'ppc64': ['buildinstall', 'iso'],
|
||||
'ppc64le': ['buildinstall', 'iso'],
|
||||
's390x': ['buildinstall', 'iso'],
|
||||
})
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user