Merge pull request #24036 from bgilbert/unable

docs: Fix missing negation
This commit is contained in:
openshift-merge-bot[bot] 2024-09-23 09:06:46 +00:00 committed by GitHub
commit dc4bbe2b65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ values for $GOOS and $GOARCH at https://golang.org/doc/install/source#environmen
and can also be found by running `go tool dist list`.
While `podman build` is happy to use base images and build images for any
platform that exists, `RUN` instructions are able to succeed without
platform that exists, `RUN` instructions are unable to succeed without
the help of emulation provided by packages like `qemu-user-static`.
@@option pull.image