Skip to content

Commit b7f842a

Browse files
committed
github actions: Add kernelCI for rlc-10
Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
1 parent cba817e commit b7f842a

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.container_build_image

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rocky-10-kernel-builder
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Automated kernel build and test x86_64 and aarch64
2+
3+
on:
4+
push:
5+
branches:
6+
- '*_rlc-10/**'
7+
8+
jobs:
9+
kernelCI:
10+
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)