fix: match the "all" arch of the debian kernel packages
This commit is contained in:
parent
fa23cdfc54
commit
0fd9d80940
@ -51,8 +51,8 @@ func GetDebianKernel(version string) (dk DebianKernel, err error) {
|
|||||||
"all-amd64",
|
"all-amd64",
|
||||||
}
|
}
|
||||||
|
|
||||||
packages, err := snapshot.Packages("linux", version, "amd64",
|
packages, err := snapshot.Packages("linux", version, regex,
|
||||||
regex, filter)
|
[]string{"amd64", "all"}, filter)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user