Skip to content

Commit 2ed7792

Browse files
committed
workflows: linux: Build an image
Use the mainline kernel we just built. Signed-off-by: Loïc Minier <[email protected]>
1 parent 98903bd commit 2ed7792

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/linux.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Linux kernel deb
1+
name: Build Linux kernel deb and debos image
22

33
on:
44
# run weekly on Monday at 8:30am
@@ -9,7 +9,7 @@ on:
99

1010
# implicitely set all other permissions to none
1111
permissions:
12-
contents: read # actions/checkout
12+
contents: read # actions/checkout debos.yml
1313

1414
env:
1515
# where results will be posted/hosted
@@ -90,3 +90,9 @@ jobs:
9090
with:
9191
path: artifacts
9292

93+
debos-mainline-linux:
94+
needs: build-linux-deb
95+
uses: ./.github/workflows/debos.yml
96+
with:
97+
mainline_kernel: true
98+

0 commit comments

Comments
 (0)