-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
nerdctl supports more arches than just amd64 and arm64 #18528
Comments
minikube normally does not want to run in emulation, and amd64 and arm64 are still the most common host arch But I don't think there needs to be an artificial limitation added, just use what is available... Which one do you use? |
Note that it says https://github.com/afbjorklund/nerdctld/blob/main/Makefile#L33 |
@afbjorklund Thanks for the quick reply. Ah yes I was looking at the wrong repo, sorry missed the d on the end, but that is good to know that nerdctld could also be built for other arches. I am running on s390x hardware and will also be running on ppc64le hardware so I'm not running any emulation. If those build targets could be added and the check allow them to be used that would be pretty awesome. |
Should be a question of adding some more GOARCH targets, and using the Unlike OBS, Besides the mentioned mainframe targets, I think there is also arm32 ( |
The arm32 target is a bit odd, it needs to be The other targets seem OK, but I seem to have misplaced my old lima branch with the arch support. |
Found the old discussion at And still no testing on Fedora |
Added 4 new architectures, feel free to verify on your end: |
Thanks very much @afbjorklund. I will try to get to that ASAP, but it might take me a few weeks to get back to it. |
Sorry for the huge delay. Tested the s390x and ppc64le version and it seems to start and listen fine, with the same output in both architectures:
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What Happened?
At
minikube/cmd/minikube/cmd/docker-env.go
Line 312 in 89e4686
minikube/cmd/minikube/cmd/docker-env.go
Line 678 in 89e4686
Attach the log file
01:36:22 * minikube profile was successfully set to apic
01:36:23 X Exiting due to MK_USAGE: the docker-env command only supports amd64 & arm64 architectures
01:36:23 Failed to start minikube correctly, not proceeding.
Operating System
Redhat/Fedora
Driver
Docker
The text was updated successfully, but these errors were encountered: