Merge pull request #9641 from jmguzik/doc-build-fix

[ci skip] Bad formatting fix in build documentation
This commit is contained in:
OpenShift Merge Robot 2021-03-06 00:12:02 -05:00 committed by GitHub
commit 77a597acb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -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