Some examples:
- [Dockerfile for a relatively complex C++ project](https://github.com/JnCrMx/cutie-logs/blob/main/Dockerfile)
- [CI flow for a complex C++ project with cross-compiled AppImage generation](https://github.com/JnCrMx/xmbshell/blob/main/.woodpecker/build.yml)
- [Bonus: CI flow for Windows in the same project](https://github.com/JnCrMx/xmbshell/blob/main/.woodpecker/windows.yml)
- [Dockerfile for a simple C++ project](https://git.jcm.re/jcm/tuvpn/src/branch/main/Dockerfile)
- [CI flow for a simple C++ project](https://git.jcm.re/jcm/gpgfs/src/branch/main/.woodpecker/build.yaml)
