I’m running the PG Operator on my Mac M1 on the Docker Desktop k8s. It’s running amd64 emulation, which uses a lot of resources. Is there a way to specify arm64 images?
Hey @Joshua_Sierles - for Operator just use the regular image. Our Operator images are multi-arch by default.
For example, 2.5.0: https://hub.docker.com/layers/percona/percona-postgresql-operator/2.5.0/images/sha256-bebe17db0f2a33a23424b67c5d41654c16e546b6545a8cb4c2b9af1f4d73bd7b?context=explore
For PostgreSQL and pgBouncer - ARM is not yet supported.