]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Introduce is_x86_variant() and is_arm_variant()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 16 Feb 2024 08:43:02 +0000 (09:43 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 16 Feb 2024 08:44:00 +0000 (09:44 +0100)
commitc30d044cf84bd3289dae583bb960f2e7a13bb356
tree301102a4b8262b1667532bfc77df7960a9b240cc
parent5c1f5dfc60ac6b139e7e89e0b4b05077a69c866b
Introduce is_x86_variant() and is_arm_variant()

Let's make sure we always check for both the 64-bit and the 32-bit
variant where it makes sense to do so. Also make sure the Debian
default image can be built for x86.
mkosi/__init__.py
mkosi/config.py
mkosi/distributions/arch.py
mkosi/distributions/ubuntu.py
mkosi/qemu.py