Skip to content

Commit e021cd7

Browse files
committed
mkosi-vm: restrict to UEFI architectures
‣ Cannot make image bootable on UEFI on ppc64-le architecture
1 parent 37a8053 commit e021cd7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mkosi/resources/mkosi-vm/mkosi.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
22

3+
[Match]
4+
Architecture=|x86
5+
Architecture=|x86-64
6+
Architecture=|arm
7+
Architecture=|arm64
8+
Architecture=|riscv32
9+
Architecture=|riscv64
10+
Architecture=|loongarch64
11+
312
[Content]
413
Bootable=yes
514

0 commit comments

Comments
 (0)