]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Don't imply multiple architectures can be specified
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 11 Sep 2023 18:52:18 +0000 (20:52 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 18 Sep 2023 08:15:29 +0000 (10:15 +0200)
Only one can be specified at a time, not multiple.

Fixes #1891

mkosi/resources/mkosi.md

index 49f2cc78ac669bbc1edd174e7e7d31eec392af8d..b3a771b6cd2c5b1d1eabf637a6fc5679dad16b08 100644 (file)
@@ -388,15 +388,16 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
 
 `Architecture=`, `--architecture=`
 
-: The architecture to build the image for. A number of architectures can
-  be specified, but which ones are actually supported depends on the
-  distribution used and whether a bootable image is requested or not.
-  When building for a foreign architecture, you'll also need to install
-  and register a user mode emulator for that architecture.
-
-: The following architectures can be specified: `alpha`, `arc`, `arm`, `arm64`,
-  `ia64`, `loongarch64`, `mips64-le`, `mips-le`, `parisc`, `ppc`, `ppc64`,
-  `ppc64-le`, `riscv32`, `riscv64`, `s390`, `s390x`, `tilegx`, `x86`, `x86-64`.
+: The architecture to build the image for. The architectures that are
+  actually supported depends on the distribution used and whether a
+  bootable image is requested or not. When building for a foreign
+  architecture, you'll also need to install and register a user mode
+  emulator for that architecture.
+
+: One of the following architectures can be specified per image built:
+  `alpha`, `arc`, `arm`, `arm64`, `ia64`, `loongarch64`, `mips64-le`,
+  `mips-le`, `parisc`, `ppc`, `ppc64`, `ppc64-le`, `riscv32`, `riscv64`,
+  `s390`, `s390x`, `tilegx`, `x86`, `x86-64`.
 
 `Mirror=`, `--mirror=`, `-m`