Skip to content

Commit c76f94f

Browse files
Add multiarch support
Signed-off-by: Shreeya Patel <[email protected]>
1 parent 1cb9dd3 commit c76f94f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Automated kernel build and test (x86_64)
1+
name: Automated kernel build and test x86_64 & aarch64
22

33
on:
44
push:
55
branches:
66
- '*_ciqlts9_2'
77

88
jobs:
9-
build:
10-
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-x86_64.yml@main
9+
kernelCI:
10+
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch.yml@shreeya_kernelci_multiarch
1111
secrets: inherit

0 commit comments

Comments
 (0)