aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/Dockerfile.tools
Commit message (Collapse)AuthorAgeFilesLines
* CI: create Docker container containing compiled toolsPaul Spooren2022-09-301-0/+3
Currently each Kernel compilation takes about 30 minutes of which 20 minutes are used to compile our tools. While the toolchain is downloaded and instantly ready the tools are missing. This commit starts uploading a Docker container including compiled tools which are ready to use. It is automatically updated whenever any tools are changed. Signed-off-by: Paul Spooren <mail@aparcar.org> Co-Developed-by: Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>