Skip to content

Commit 4fc8341

Browse files
committed
Build oracle images
Signed-off-by: Paul Chaignon <[email protected]>
1 parent 7713530 commit 4fc8341

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/buildx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: kernel versions
5858
with:
5959
script: |
60-
var all_kernels = ['4.19', '5.4', '5.10', '5.15', '6.1', '6.6', '6.12', 'bpf', 'bpf-net', 'bpf-next', 'rhel8.6', 'rhel8.9', 'rhel8.10' ]
60+
var all_kernels = ['bpf-next', 'oracle' ]
6161
var kernels = []
6262
const kernel_label_prefix = 'gha-builds/kernel/'
6363
res = await github.rest.issues.listLabelsOnIssue({

_data/kernels.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
]
1818
},
1919
{
20+
"name": "oracle",
21+
"url": "https://github.com/pchaigno/linux?depth=1#verifier-oracle"
22+
},
23+
{
2024
"name": "bpf-net",
2125
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git?depth=1#net",
2226
"opts": [

0 commit comments

Comments
 (0)