1
0

feat!: rename supported kernels to targets

BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
This commit is contained in:
2023-05-18 18:13:09 +00:00
parent 6939d64226
commit 6385ce92e3
12 changed files with 26 additions and 26 deletions

View File

@ -105,7 +105,7 @@ func buildPreload(workPath, tmp string, ki config.KernelInfo,
Distro: ki.Distro,
ReleaseMask: ki.KernelRelease,
}
ka.SupportedKernels = []config.KernelMask{km}
ka.Targets = []config.KernelMask{km}
if ka.Docker.Timeout.Duration != 0 {
dockerTimeout = ka.Docker.Timeout.Duration