From e460e7d0be2a54854f248ab555c13d8a0d1b7f38 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Mon, 9 May 2022 01:35:04 +0200 Subject: [PATCH] image: fix runtime conf access for native architecture --- image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.py b/image.py index 798557c..7003f24 100644 --- a/image.py +++ b/image.py @@ -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: