|
@@ -22,6 +22,9 @@ on:
|
|
|
optimizations:
|
|
optimizations:
|
|
|
required: true
|
|
required: true
|
|
|
type: string
|
|
type: string
|
|
|
|
|
+ zeromount:
|
|
|
|
|
+ required: true
|
|
|
|
|
+ type: string
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
build-kernels-a12:
|
|
build-kernels-a12:
|
|
@@ -99,4 +102,5 @@ jobs:
|
|
|
bbrv3: ${{ inputs.bbrv3 }}
|
|
bbrv3: ${{ inputs.bbrv3 }}
|
|
|
unicodefix: ${{ inputs.unicodefix }}
|
|
unicodefix: ${{ inputs.unicodefix }}
|
|
|
optimizations: ${{ inputs.optimizations }}
|
|
optimizations: ${{ inputs.optimizations }}
|
|
|
|
|
+ zeromount: ${{ inputs.zeromount }}
|
|
|
|
|
|