A collection of kernels used for CI builds.
- Update kernel versions in versions.json
- Commit and make a PR.
You can approximate CI by running buildx.sh
:
$ ./buildx.sh 6.1 amd64 vmlinux --tag foo:vmlinux
The builder image is still built manually.
make image
make push
- Add files, commit and make a PR.