fix: ignore dbg packages
This commit is contained in:
parent
e9ced28b29
commit
87ed8da5b8
@ -52,6 +52,7 @@ func GetDebianKernel(version string) (dk DebianKernel, err error) {
|
|||||||
"rt-amd64",
|
"rt-amd64",
|
||||||
"cloud-amd64",
|
"cloud-amd64",
|
||||||
"all-amd64",
|
"all-amd64",
|
||||||
|
"dbg",
|
||||||
}
|
}
|
||||||
|
|
||||||
packages, err := snapshot.Packages("linux", version, regex,
|
packages, err := snapshot.Packages("linux", version, regex,
|
||||||
|
Loading…
Reference in New Issue
Block a user