Skip to content

Commit

Permalink
cli/command/manifest: update link to Go documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Aug 25, 2023
1 parent 722e3aa commit 273f2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/manifest/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type osArch struct {

// Remove any unsupported os/arch combo
// 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
// Keep in sync with _docker_manifest_annotate in contrib/completion/bash/docker
var validOSArches = map[osArch]bool{
Expand Down

0 comments on commit 273f2cd

Please sign in to comment.