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:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/debian-cache.yml'
|
- '.github/workflows/debian-cache.yml'
|
||||||
|
- 'distro/debian/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
debian-cache:
|
debian-cache:
|
||||||
|
@ -23,9 +23,10 @@ type DebianKernelVersion struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type DebianKernel struct {
|
type DebianKernel struct {
|
||||||
Version DebianKernelVersion
|
Version DebianKernelVersion
|
||||||
Image snapshot.Package
|
Image snapshot.Package
|
||||||
Headers snapshot.Package
|
Headers snapshot.Package
|
||||||
|
Dependencies []snapshot.Package
|
||||||
|
|
||||||
// FIXME There is a better way
|
// FIXME There is a better way
|
||||||
Internal struct {
|
Internal struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user