landlock-lsm / landlock-test-tools

Landlock test tools
https://landlock.io
GNU General Public License v2.0
0 stars 1 forks source link

Build and cache kernel images #8

Open l0kod opened 3 months ago

l0kod commented 3 months ago

Instead of bundling a kernel image per kernel version, we should leverage GitHub's cache action.

However, we must also be able to use a local cache for developers.

We now have the tooling required to build a kernel in a container thanks to #4.