image: fix runtime conf access for native architecture

This commit is contained in:
InsanePrawn 2022-05-09 01:35:04 +02:00
parent 6000679817
commit e460e7d0be

View file

@ -373,7 +373,7 @@ def cmd_build(profile_name: str = None, local_repos: bool = True, build_pkgs: bo
packages = BASE_PACKAGES + DEVICES[device] + FLAVOURS[flavour]['packages'] + profile['pkgs_include']
if arch != config.runtime['native']:
if arch != config.runtime['arch']:
build_enable_qemu_binfmt(arch)
if local_repos and build_pkgs: