Thomas Stadler
Thomas Stadler
Let me help with troubleshooting. My working `~/.kube/config` looks like this: ```yaml apiVersion: v1 clusters: - cluster: certificate-authority-data: LS0tL... server: https://127.0.0.1:63575 name: kind-dev contexts: - context: cluster: kind-dev user: kind-dev...
I'm currently facing the same problem. I'm using the image as a runtime container for a GitHub Workflow. Do you know the issue? @dimitri
Yes, in my opinion, the container registry at `dimitri/pgcopydb` should host images for both platforms (`linux/amd64`, `linux/arm64/v8`).
Oh I see. So the issue would be resolved if we add automated image build and push to Docker Hub here https://github.com/dimitri/pgcopydb/blob/main/.github/workflows/docker-publish.yml ? As far as I see it's only...
I'm pretty sure what is missing here is just the GitHub Workflow, which pushes the image to both GHCR and DockerHub. If you can not find anyone, I could also...
/remove-lifecycle stale
/remove-lifecycle stale
Thank you for reopening, I'm working on it right now, and will finish it very soon.
Please review and approve @gjtempleton @feiskyer @BigDarkClown thanks
/assign @gjtempleton