You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team has been using the codefresh CLI for awhile now, but we have new employees that are opting for M1 Macbooks. The current brew installation provides only x86_64 compatibility so it's not a universal installation mode on Macs as it is. But I also figured this is an opportunity to discuss what additional releases might be provided here! For example, there are users who may be automating pipelines on a Raspberry Pi (linux arm64 for the latest version), so there are certainly benefits there too.
I would propose here that releases for arm64 be provided for macOS with an update to the brew formula, as well as linux arm64 to support Raspberry Pi. These can obviously be done separately.
As it is now, I would like to get an arm64 build for macOS as this is immediately beneficial to our team. And I'm not volunteering your time- I'm going to take a quick crack at this myself 😄
Let me know what you all think though, I would appreciate the feedback
The text was updated successfully, but these errors were encountered:
As an immediate issue to this, I don't believe there's any way to release ARM builds prior to Node 16. So this project would have to upgrade to using 16+ for pkg.
Node 16 has been out a while, and GitHub has deprecated earlier versions for GitHub actions, so how about updating to Node16 and releasing Mac and Linux arm64 builds now?
Hey everyone! 👋
My team has been using the codefresh CLI for awhile now, but we have new employees that are opting for M1 Macbooks. The current
brew
installation provides only x86_64 compatibility so it's not a universal installation mode on Macs as it is. But I also figured this is an opportunity to discuss what additional releases might be provided here! For example, there are users who may be automating pipelines on a Raspberry Pi (linux arm64 for the latest version), so there are certainly benefits there too.I would propose here that releases for arm64 be provided for macOS with an update to the brew formula, as well as linux arm64 to support Raspberry Pi. These can obviously be done separately.
As it is now, I would like to get an arm64 build for macOS as this is immediately beneficial to our team. And I'm not volunteering your time- I'm going to take a quick crack at this myself 😄
Let me know what you all think though, I would appreciate the feedback
The text was updated successfully, but these errors were encountered: