We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dabad77 + 4eb3c63 commit b64eac3Copy full SHA for b64eac3
cmd/minikube/cmd/root.go
@@ -97,7 +97,7 @@ func Execute() {
97
98
if runtime.GOOS == "darwin" && detect.IsAmd64M1Emulation() {
99
exit.Message(reason.WrongBinaryM1, "You are trying to run amd64 binary on M1 system. Please use darwin/arm64 binary instead (Download at {{.url}}.)",
100
- out.V{"url": notify.DownloadURL(version.GetVersion(), "darwin", "amd64")})
+ out.V{"url": notify.DownloadURL(version.GetVersion(), "darwin", "arm64")})
101
}
102
103
_, callingCmd := filepath.Split(os.Args[0])
0 commit comments