Closed s50600822 closed 3 years ago
Bypassing it wouldn't help since it still needs the binary built for the target platform and we're only building and publishing the ones we currently support.
We're looking into how to handle arm64 support generally. As I'm sure you can imagine, supporting a new architecture across all components, including services, clients, CLIs, etc, requires careful consideration and testing. For the cli, it's probably not a huge effort (mostly build and install scripts adjusted to support it), but we need to look at support across the platform (e.g. a cli that runs on arm64 but doesn't have supported services probably isn't very useful).
It's possible working around this might work since M1s can run amd64 binaries, but that's not a tested path yet. (I don't personally have the hardware to test this unfortunately...)
@s50600822 @ewencp Closing this out since recent versions of the CLI do officially support arm64. Thanks!
Same issue here when I am trying to install on Mac Big Sur (Version: 11.3.1) Apple Chip M1.
$confluent local services start confluentinc/cli crit platform darwin/arm64 is not supported. Make sure this script is up-to-date and file request at https://github.com/confluentinc/cli/issues/new
Is there any solution for solving this issue?
This still seems to be an issue. Hmm seems I needed the confluent platform installer, not just confluent cli. If you try to run local
commands with just the cli then you get an error about CONFLUENT_HOME variable.
I am still getting this error when install confluent 7.2.1 from tar ball to Mac air. Why is this issue closed?
Has this issue been resolved yet?
It seems the cli can't be installed on M1 Mac
This is on
Not sure if meddling with
could bypass this, haven't tried myself.