Skip to content

Commit 5bb07aa

Browse files
PlaidCatroxanan1996
authored andcommitted
github actions: add multiarch support
Changed the job name from 'build' to 'kernelCI' as well. Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
1 parent 792a545 commit 5bb07aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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 and aarch64
22

33
on:
44
push:
55
branches:
66
- '*_ciqlts8_6'
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@main
1111
secrets: inherit

0 commit comments

Comments
 (0)