Skip to content

Commit

Permalink
update isImageCorrectArch comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Jul 16, 2024
1 parent fa26408 commit 23a8c35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/minikube/download/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ func ImageExistsInDaemon(img string) bool {
return true
}

// isImageCorrectArch is needed to resolve
// isImageCorrectArch returns true if the image arch is the same as the binary
// arch. This is needed to resolve
// https://github.com/kubernetes/minikube/pull/19205
func isImageCorrectArch(img string) (bool, error) {
ref, err := name.ParseReference(img)
Expand Down

0 comments on commit 23a8c35

Please sign in to comment.