movetokube / postgres-operator

Postgres operator for Kubernetes
MIT License
167 stars 59 forks source link

Add support for multi platform builds #124

Closed brpaz closed 11 months ago

brpaz commented 1 year ago

Context

ARM-based platforms are getting more and more popular, and most well know projects and helm charts already support ARM architectures. (Ex: Prometheus, Grafana, Postgres, Cert Manager, etc). The only thing that I need in my Kubernetes cluster that was missing support for ARM was this operator.

This PR aims to fix that. Closes #123

Changes