Ubuntu – How docker can help in Github CI/CD?
I'm new to Docker. I've been learning some basics of docker lately. I'm working on a c++ project that is supposed to work on windows, linux and macos. And there is two arch supported on each OS, x64 and arm64.…