1
0

Standard modules dependencies

This commit is contained in:
2023-02-15 11:48:25 +00:00
parent 3d6961dfd7
commit 3f79c8e461
3 changed files with 30 additions and 0 deletions

View File

@ -140,6 +140,8 @@ type Artifact struct {
DisableKpti bool
}
StandardModules bool
Preload []PreloadModule
}