José Peña

Results 3 comments of José Peña

I have tried building postgres-operator making [those changes](https://github.com/mmoscher/postgres-operator/pull/1/files) ``` make deps export TAG=$(git describe --tags --always --dirty) make docker ``` But I am getting some errors at `make deps` ```yaml...

@jonizen I can see your image is `linux/amd64` OS/ARCH. So maybe these issues are related to go dependencies on `linux/arm64` arch only.

Same issue, waiting for this pull request to be merged.