We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21321f0 commit ea2627dCopy full SHA for ea2627d
1 file changed
.github/workflows/build.yml
@@ -5,17 +5,14 @@ on:
5
inputs:
6
flavor:
7
description: 'Optional build flavor (e.g. _minimal)'
8
- required: false
9
default: ''
10
type: string
11
parallel:
12
description: 'Massive parallel build of each image'
13
14
default: true
15
type: boolean
16
infix_repo:
17
description: 'Repo to checkout (for spin overrides)'
18
19
default: kernelkit/infix
20
21
0 commit comments