mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-24 10:43:16 +08:00
Fix #661: mbs hard-codes x86_64 as the local architecture
This commit is contained in:
@@ -326,6 +326,14 @@ class Config(object):
|
||||
'type': bool,
|
||||
'default': True,
|
||||
'desc': 'Remove empty or otherwise useless log files.'},
|
||||
'arch_autodetect': {
|
||||
'type': bool,
|
||||
'default': True,
|
||||
'desc': 'Auto-detect machine arch when configuring builder.'},
|
||||
'arch_fallback': {
|
||||
'type': str,
|
||||
'default': 'x86_64',
|
||||
'desc': 'Fallback arch if auto-detection is off or unable to determine it.'},
|
||||
'scmurls': {
|
||||
'type': list,
|
||||
'default': [],
|
||||
|
||||
Reference in New Issue
Block a user