-
Notifications
You must be signed in to change notification settings - Fork 241
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
[FEATURE_REQUEST] Publish a mac arm binary #404
Comments
Hey, this makes sense. We need to:
@charlesoconor I can handle testing. I think I know somebody with Mac M1 who could run couple of commands for me 😄 |
This is still a problem, not sure why the PR was closed. Frustrating as so many of us have arm macbooks in 2023. |
I got side tracked since I've gotten all of the devs at my company to run rosetta for other reasons. The PR was closed since it wasn't ready meant to open it onto my own fork to check how the actions would work. Probably not to much more work is needed since go is very good a cross-compilation. I or someone needs to find the time. |
For now I'm using brew to install kube-linter - but I'd like to install it from asdf plugin using the github release.. Seems like the release file name convention is changing as well (#380) so let's take it as an opportunity to add arch to the file name (or we may use amd64 as the old name) (I don't know the status of "fat" go binary to support multiple arch) |
+1 |
Fixes: stackrox#691 Fixes: stackrox#404
Fixes: stackrox#691 Fixes: stackrox#404
Fixes: stackrox#691 Fixes: stackrox#404
Fixes: stackrox#691 Fixes: stackrox#404
It would be great to publish a prebuilt version of this tool for mac, darwin, arm. The old intel macs are harder to get you're hands on these days. My current workflow is using bazel to pull in the prebuilt and I have a custom-built artifact for people with arm macs.
I can try to add this functionality but it will be a little before I can get my hands on some hardware to test it.
The text was updated successfully, but these errors were encountered: