-
Couldn't load subscription status.
- Fork 68
Description
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.