Allow only x86_64 architectures on ODCS staging
This commit is contained in:
parent
12a1603323
commit
db9301cf93
1 changed files with 4 additions and 1 deletions
|
@ -12,9 +12,12 @@ createrepo_deltas = False
|
|||
# In runroot, we cannot use guestmount, but have to use mount -o loop.
|
||||
buildinstall_use_guestmount=False
|
||||
|
||||
{% if env == 'staging' %}
|
||||
# We cannot use hardlinks on stg, because it uses different volume and copy
|
||||
# just takes lot of storage.
|
||||
{% if env == 'staging' %}
|
||||
link_type = 'symlink'
|
||||
|
||||
Staging is used only for testing, so allow only x86_64 composes
|
||||
tree_arches = ['x86_64']
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue