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",
|
||||
}
|
||||
|
||||
packages, err := snapshot.Packages("linux", version, "amd64",
|
||||
regex, filter)
|
||||
packages, err := snapshot.Packages("linux", version, regex,
|
||||
[]string{"amd64", "all"}, filter)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user