doc: document build --arch
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
f06b07c247
commit
11bf725453
1 changed files with 10 additions and 0 deletions
|
|
@ -112,6 +112,16 @@ $ sudo image-builder build --distro fedora-43 minimal-raw
|
|||
# ... progress ...
|
||||
```
|
||||
|
||||
When passed `--arch` `image-builder` will try to do an experimental cross-architecture build. Note that not all image types are available for all architectures.
|
||||
|
||||
Cross-architecture builds are much slower than being able to build on native hardware. However, if no native hardware is available they might be an acceptable compromise.
|
||||
|
||||
```console
|
||||
$ sudo image-builder build --arch s390x qcow2
|
||||
WARNING: using experimental cross-architecture building to build "s390x"
|
||||
# ... progress ...
|
||||
```
|
||||
|
||||
# Blueprints
|
||||
|
||||
Images can be customized with [blueprints](https://osbuild.org/docs/user-guide/blueprint-reference). For example we could build the `qcow2` we built above with some customizations applied.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue