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
On my Mac M1 machine, I tried installing v0.0.1 from the install steps listed in the release. The steps fail waiting for the operator controller deployment to become healthy.
Inspecting the deployment, I see:
Failed to pull image "quay.io/operator-framework/operator-controller:v0.0.1": rpc error: code = NotFound desc = failed to pull and unpack image "quay.io/operator-framework/operator-controller:v0.0.1": no match for platform in manifest: not found
I suspect we need to make sure that our release process produces a docker image build for linux/arm64 and include it in the manifest list.
We should also make sure other common platforms are included in the manifest list.