Do you all have some docker image to build web (and multiplatform in general) projects? I'm thinking in rolling up my own but I wonder if there is already someone that did it. Stuff like glibc, headless browsers and similar
m
Michael Paus
07/06/2024, 8:24 AM
I don’t. I use GitHub actions for building. What advantage would a docker image have and which platforms are you going to build (besides web which you already mentioned)?
h
Hristijan
07/07/2024, 12:10 AM
As Michael said, besides web there's no point in using docker, I use docker to build my ktor backend image and push to docker registry but that's done via GitHub actions
j
jdiaz
07/07/2024, 7:53 PM
But where does github build it? I'm using gitlab at the moment not github