mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
[ci skip] Bad formatting fix in build documentation
Signed-off-by: Jakub Guzik <jakubmguzik@gmail.com>
This commit is contained in:
@ -821,9 +821,13 @@ $ podman build --no-cache --rm=false -t imageName .
|
||||
|
||||
### Building an multi-architecture image using a --manifest option (Requires emulation software)
|
||||
|
||||
podman build --arch arm --manifest myimage /tmp/mysrc
|
||||
podman build --arch amd64 --manifest myimage /tmp/mysrc
|
||||
podman build --arch s390x --manifest myimage /tmp/mysrc
|
||||
```
|
||||
$ podman build --arch arm --manifest myimage /tmp/mysrc
|
||||
|
||||
$ podman build --arch amd64 --manifest myimage /tmp/mysrc
|
||||
|
||||
$ podman build --arch s390x --manifest myimage /tmp/mysrc
|
||||
```
|
||||
|
||||
### Building an image using a URL, Git repo, or archive
|
||||
|
||||
|
Reference in New Issue
Block a user