image: add kernel rpms

This commit is contained in:
Malte Poll 2023-09-11 15:44:14 +02:00 committed by Malte Poll
parent 78300ee5b0
commit 81c5cc21f8
2 changed files with 46 additions and 0 deletions

View file

@ -231,3 +231,8 @@ ci_deps()
load("//bazel/toolchains:k8s.bzl", "k8s_deps")
k8s_deps()
# kernel rpms
load("//bazel/toolchains:linux_kernel.bzl", "kernel_rpms")
kernel_rpms()