Skip to content

Commit

Permalink
Merge pull request #278 from knative-automation/auto-updates/format-m…
Browse files Browse the repository at this point in the history
…arkdown

[Automated] Format markdown
  • Loading branch information
imjasonh committed Dec 22, 2020
2 parents eb93ca8 + c78b3e1 commit 771a2a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,11 +461,11 @@ supports it.

If the base image is a manifest list with more platforms than you want to build,
invoking `ko` with comma-separated list of platforms (e.g.
`--platform=linux/amd64,linux/arm/v6`) will produce a manifest list
containing only the provided platforms. Note that if the base image does not
contain platforms that are provided by this flag, `ko` will be unable to build
a corresponding image, and this is not an error. The resulting artifact will be
a multi-platform image containing the intersection of platforms from the base
`--platform=linux/amd64,linux/arm/v6`) will produce a manifest list containing
only the provided platforms. Note that if the base image does not contain
platforms that are provided by this flag, `ko` will be unable to build a
corresponding image, and this is not an error. The resulting artifact will be a
multi-platform image containing the intersection of platforms from the base
image and the `--platform` flag. This is especially relevant for projects that
use multiple base images, as you must ensure that every base image contains all
the platforms that you'd like to build.
Expand Down

0 comments on commit 771a2a3

Please sign in to comment.