Replies: 2 comments 3 replies
-
We had a technical problem with publishing the artifacts, we hope to have it all sorted out today |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I think the changed packaging format might be throwing everyone off. Instead of publishing binaries directly now we publish tarballs for multiple platforms. This works for me on mac:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment info
VERSION=$(curl -s https://api.github.com/repos/noobaa/noobaa-operator/releases/latest | jq -r '.name')
Then curl -LO https://github.com/noobaa/noobaa-operator/releases/download/$VERSION/noobaa-$OS-$VERSION
But latest noobaa mac CLI is 5.11.0
Beta Was this translation helpful? Give feedback.
All reactions