From b99d96f099d06475c3397fde6017134212bcbae2 Mon Sep 17 00:00:00 2001 From: "Matt Moore (via Sockpuppet)" Date: Thu, 15 Oct 2020 01:42:20 +0000 Subject: [PATCH] Format markdown Signed-off-by: Matt Moore (via Sockpuppet) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 125ad9ade1..2506f6839a 100644 --- a/README.md +++ b/README.md @@ -437,8 +437,8 @@ If `ko` is invoked with `--platform=all`, for any image that it builds that is based on a multi-architecture image (e.g., the default `gcr.io/distroless/static:nonroot`, `busybox`, `alpine`, etc.), `ko` will attempt to build the Go binary using Go's cross-compilation support and produce -a multi-architecture [image -index](https://github.com/opencontainers/image-spec/blob/master/image-index.md) +a multi-architecture +[image index](https://github.com/opencontainers/image-spec/blob/master/image-index.md) (aka "manifest list"), with support for each OS and architecture pair supported by the base image.