d-Rickyy-b / certstream-server-go

This project aims to be a drop-in replacement for the certstream server by Calidog. This tool aggregates, parses, and streams certificate data from multiple certificate transparency logs via websocket connections to the clients.
MIT License
94 stars 8 forks source link

ARM tagged docker image #27

Closed kick707 closed 11 months ago

kick707 commented 11 months ago

HI, first so excited to see and use this project! working amazing on my Mac intel but oi need ARM image to run it on cloud hosting which is an ARM64, I saw you have compiled binaries for ARM, can you add ARM64 tagged image to docker-hub so I will need to modify only my docker-compose file ? Please. ?

d-Rickyy-b commented 11 months ago

Hi, I am running an instance of certstream-server-go on an ARM server but not via docker. I will check and add a docker image for ARM as well.

kick707 commented 11 months ago

Appreciate that ! thank you !!!

d-Rickyy-b commented 11 months ago

I implemented multi arch docker builds and am now also pushing the image to the github container registry. Starting with the next release there will be arm docker images 🎉 .

Implemented in: https://github.com/d-Rickyy-b/certstream-server-go/compare/109e8d6...93e3a243

kick707 commented 11 months ago

Ricky !!!! Amazing work !!!!! Thank you very much !!!!