mirror of https://github.com/docker/cli.git
cli/command/manifest: update link to Go documentation
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
722e3aae4f
commit
273f2cd95e
|
@ -16,7 +16,7 @@ type osArch struct {
|
||||||
|
|
||||||
// Remove any unsupported os/arch combo
|
// Remove any unsupported os/arch combo
|
||||||
// list of valid os/arch values (see "Optional Environment Variables" section
|
// list of valid os/arch values (see "Optional Environment Variables" section
|
||||||
// of https://golang.org/doc/install/source
|
// of https://go.dev/doc/install/source
|
||||||
// Added linux/s390x as we know System z support already exists
|
// Added linux/s390x as we know System z support already exists
|
||||||
// Keep in sync with _docker_manifest_annotate in contrib/completion/bash/docker
|
// Keep in sync with _docker_manifest_annotate in contrib/completion/bash/docker
|
||||||
var validOSArches = map[osArch]bool{
|
var validOSArches = map[osArch]bool{
|
||||||
|
|
Loading…
Reference in New Issue