CI: create Docker container containing compiled tools
authorPaul Spooren <mail@aparcar.org>
Mon, 8 Aug 2022 21:37:54 +0000 (23:37 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 30 Sep 2022 20:26:54 +0000 (22:26 +0200)
commit25b65f548dfd93cae87781276bfff9a27cd3ebd4
tree1cbdff943b9f8f6a4d709e561da2e077fbcd0fc2
parentebabdff4017fe2ed14491908ebe00589de0da189
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>
Co-Developed-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/Dockerfile.tools [new file with mode: 0644]
.github/workflows/tools.yml