diff --git a/.github/workflows/debian-cache.yml b/.github/workflows/debian-cache.yml index 89460cd..fd21b41 100644 --- a/.github/workflows/debian-cache.yml +++ b/.github/workflows/debian-cache.yml @@ -7,6 +7,7 @@ on: push: paths: - '.github/workflows/debian-cache.yml' + - 'distro/debian/**' jobs: debian-cache: diff --git a/distro/debian/kernel.go b/distro/debian/kernel.go index 36f41d9..9f57ddd 100644 --- a/distro/debian/kernel.go +++ b/distro/debian/kernel.go @@ -23,9 +23,10 @@ type DebianKernelVersion struct { } type DebianKernel struct { - Version DebianKernelVersion - Image snapshot.Package - Headers snapshot.Package + Version DebianKernelVersion + Image snapshot.Package + Headers snapshot.Package + Dependencies []snapshot.Package // FIXME There is a better way Internal struct {