-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support darwin arm64 #52
Comments
Not sure if there are other considerations beyond updating goreleaser and the homebrew tap. |
The main issue is that the x86 driver uses boot2docker, and that project was discontinued. I'm trying to figure something out, but have been able to put time into it lately. |
I made a (mostly dysfunctional) boot2docker image here, if needed for testing (based on debian bullseye): |
@afbjorklund Tried using yours, but am still getting errors with it. |
That sounds like a weird error, did you pick the right iso file ? NOTE: the image does not include docker nor automount yet If you are using minikube, you should use the minikube iso |
I am trying to install minikube on an m1 mac and use the vmware driver option noted here: https://minikube.sigs.k8s.io/docs/drivers/vmware/
As noted in kubernetes/minikube#12858, the following issue comes up after following the minikube instructions:
Per the minikube instructions, I installed the vmware driver via
brew install docker-machine-driver-vmware
.The text was updated successfully, but these errors were encountered: