feat: support adding dependencies to debian kernel packages
This commit is contained in:
parent
181115d914
commit
7502221cfd
1
.github/workflows/debian-cache.yml
vendored
1
.github/workflows/debian-cache.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/debian-cache.yml'
|
||||
- 'distro/debian/**'
|
||||
|
||||
jobs:
|
||||
debian-cache:
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user