mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 16:29:54 +08:00
Fix #661: mbs hard-codes x86_64 as the local architecture
This commit is contained in:
@@ -173,3 +173,6 @@ class ProdConfiguration(BaseConfiguration):
|
||||
class LocalBuildConfiguration(BaseConfiguration):
|
||||
LOG_LEVEL = 'debug'
|
||||
MESSAGING = 'in_memory'
|
||||
|
||||
ARCH_AUTODETECT = True
|
||||
ARCH_FALLBACK = 'x86_64'
|
||||
|
||||
Reference in New Issue
Block a user