mirror of https://github.com/armbian/build.git
config/templates: introduce targets-all-kernels.yaml for optimized kernel inventory-ing
- really the same as targets-default.yaml but sans desktops and only `kernel` arfifacts
This commit is contained in:
parent
2bbf332e87
commit
db00f0ddf4
|
|
@ -0,0 +1,12 @@
|
|||
# Target file for all kernel artifacts across all non-eos boards.
|
||||
|
||||
targets:
|
||||
all-kernels:
|
||||
pipeline:
|
||||
only-artifacts: [ "kernel" ]
|
||||
vars:
|
||||
BUILD_MINIMAL: "yes"
|
||||
BUILD_DESKTOP: "no"
|
||||
RELEASE: "sid"
|
||||
items-from-inventory:
|
||||
not-eos: yes # not-eos boards, all branches
|
||||
Loading…
Reference in New Issue