docker-pgbouncer icon indicating copy to clipboard operation
docker-pgbouncer copied to clipboard

docker-pgbouncer on Arm architecture

Open timoha opened this issue 3 years ago • 3 comments

Since you are building pgbouncer from source, would it be possible to also produce images for arm processors? Something along the lines of how timescaledb does it: https://github.com/timescale/timescaledb-docker/blob/master/.github/workflows/docker-image.yml#L33

I guess that would require to push image building to Github Action vs using DockerHub.

timoha avatar Jun 11 '21 23:06 timoha

I've done the work on this on my fork: https://github.com/timoha/docker-pgbouncer/pull/1 It successfully published the images for various platforms: https://hub.docker.com/r/timoha/pgbouncer/tags?page=1&ordering=last_updated Let me know if you'd like me to send PR for this as I would need some coordination from your end to update how you build docker images. Thanks!

timoha avatar Jun 17 '21 21:06 timoha

I'm interested, but yes we would need to introduce github releases / assets.

Thanks for pointing out how timescale does it!

jflambert avatar Jul 21 '22 01:07 jflambert

That's exactly what i need. 🙏

enesgur avatar Jul 21 '22 13:07 enesgur