1
0
Fork 0

fix: add linux-compiler-* to dependencies

master
dump_stack() 2023-05-17 04:51:58 +00:00
parent c43f16733e
commit 204413af9e
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ var (
func getDebianKernel(version string) (dk DebianKernel, err error) {
dk.Version.Package = version
regex := `^(linux-(image|headers)-[a-z+~0-9\.\-]*-(common|amd64|amd64-unsigned)|linux-kbuild-.*)$`
regex := `^(linux-(image|headers)-[a-z+~0-9\.\-]*-(common|amd64|amd64-unsigned)|linux-kbuild-.*|linux-compiler-.*-x86)$`
filter := []string{
"rt-amd64",