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
We are slowly moving away from our tray, we'll need to offer an alternative way to get our binaries at some point.
Even without taking into account the tray, having 'community' builds would be useful. In my opinion they make sense to have on https://github.com/crc-org/crc/releases but we could arrange something else.
We could upload the binaries generated from our rpm, but they are not standalone because of some version.IsInstaller() checks preventing them to automatically download the binaries they need, see
We are slowly moving away from our tray, we'll need to offer an alternative way to get our binaries at some point.
Even without taking into account the tray, having 'community' builds would be useful. In my opinion they make sense to have on https://github.com/crc-org/crc/releases but we could arrange something else.
We could upload the binaries generated from our rpm, but they are not standalone because of some
version.IsInstaller()
checks preventing them to automatically download the binaries they need, seecrc/pkg/crc/preflight/preflight_checks_darwin.go
Lines 52 to 67 in 641ff18
Another option would be to build through github actions.
The text was updated successfully, but these errors were encountered: