-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for linux/arm64 #40
Comments
cc @elblivion I have positive experience using goreleaser, not sure if that's something we would be interested in adding here? |
|
My understanding is we'd need to tweak Line 2 in c637fac
buildx . Example: https://github.com/kubernetes/node-problem-detector/blob/9b2d0be9504e7b7c95f053af51bcad520a5b46de/Makefile#L272 (PR: https://github.com/kubernetes/node-problem-detector/pull/684/files).
|
We are building a cluster running both
linux/amd64
andlinux/arm64
nodes. We run thecoredns-nodecache
on the nodes and need to supportlinux/arm64
. I'll fork the repo and try to create a PR but if you have support for this somewhere already then I'd be happy to take it.The text was updated successfully, but these errors were encountered: