forked from edera-dev/linux-kernel-oci
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
62 lines (62 loc) · 1.11 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
imageNameFormat: "ghcr.io/edera-dev/[image]:[tag]"
architectures:
- x86_64
- aarch64
flavors:
- name: zone
- name: zone-openpax
constraints:
series:
- '6.10'
- '6.11'
- name: host
versions:
- current: true
- lower: '5.15'
patches:
- patch: hvc-xen-idm-support-1.patch
series:
- '5.10'
upper: 5.10.210
- patch: hvc-xen-idm-support-2.patch
series:
- '5.10'
lower: 5.10.211
- patch: 0001-Revert-ALSA-memalloc-Workaround-for-Xen-PV.patch
series:
- '6.6'
- '6.9'
- '6.10'
- '6.11'
- patch: openpax-6.10-20240913112548.patch
series:
- '6.10'
flavors:
- zone-openpax
- patch: openpax-6.11.2-20241009165538.patch
series:
- '6.11'
flavors:
- zone-openpax
- patch: 0001-x86-topology-Tolerate-lack-of-APIC-when-booting-as-X.patch
series:
- '6.10'
- '6.11'
images:
- target: kernelsrc
name: kernel-src
publish: false
passBuildArgs: false
- target: buildenv
name: kernel-buildenv
publish: false
passBuildArgs: false
version: local
tags:
- local
- target: kernel
name: "[flavor]-kernel"
format: kernel
- target: sdk
name: "[flavor]-kernel-sdk"
format: kernel.sdk