We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb167d8 commit b64ddc9Copy full SHA for b64ddc9
1 file changed
.github/workflows/linux.yml
@@ -1,4 +1,4 @@
1
-name: Build Linux kernel deb
+name: Build Linux kernel deb and debos image
2
3
on:
4
# run weekly on Monday at 8:30am
@@ -9,7 +9,7 @@ on:
9
10
# implicitely set all other permissions to none
11
permissions:
12
- contents: read # actions/checkout
+ contents: read # actions/checkout debos.yml
13
14
env:
15
# where results will be posted/hosted
@@ -90,3 +90,9 @@ jobs:
90
with:
91
path: artifacts
92
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