movetokube / postgres-operator

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

ARM support #123

Closed brpaz closed 11 months ago

brpaz commented 1 year ago

Hello.

This operator doesn´t seem to support ARM processors as I got an exec format error when starting the container.

It would be nice to be able to use this on ARM processors.

It should be relatively simple to do it with Docker and go: https://docs.docker.com/build/building/multi-platform/

brpaz commented 1 year ago

Submitted a PR that fixes this #124