CI: create Docker container containing compiled tools docker-tools-github
authorPaul Spooren <mail@aparcar.org>
Mon, 8 Aug 2022 21:37:54 +0000 (23:37 +0200)
committerPaul Spooren <mail@aparcar.org>
Thu, 11 Aug 2022 15:17:09 +0000 (17:17 +0200)
commit00d564e1628ec0e849b65dcf0939d76aa69a09e8
tree9383c68172ad3ed1d3893783606bc1548947be73
parentfa9895ee5bae9fa91b18b7a8e06bc63374b0a2a0
CI: create Docker container containing compiled tools

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>
.github/workflows/Dockerfile.tools [new file with mode: 0644]
.github/workflows/kernel.yml
.github/workflows/tools.yml