|
@@ -69,12 +69,21 @@ on:
|
|
|
options:
|
|
options:
|
|
|
- yes
|
|
- yes
|
|
|
- no
|
|
- no
|
|
|
- default: no
|
|
|
|
|
|
|
+ default: yes
|
|
|
|
|
|
|
|
ntsync:
|
|
ntsync:
|
|
|
description: "add ntsync?"
|
|
description: "add ntsync?"
|
|
|
required: true
|
|
required: true
|
|
|
type: choice
|
|
type: choice
|
|
|
|
|
+ options:
|
|
|
|
|
+ - yes
|
|
|
|
|
+ - no
|
|
|
|
|
+ default: yes
|
|
|
|
|
+
|
|
|
|
|
+ optimizations:
|
|
|
|
|
+ description: "add optimizations from kernel patches repo?"
|
|
|
|
|
+ required: true
|
|
|
|
|
+ type: choice
|
|
|
options:
|
|
options:
|
|
|
- yes
|
|
- yes
|
|
|
- no
|
|
- no
|
|
@@ -94,6 +103,7 @@ jobs:
|
|
|
droidspace: ${{ inputs.droidspace }}
|
|
droidspace: ${{ inputs.droidspace }}
|
|
|
ntsync: ${{ inputs.ntsync }}
|
|
ntsync: ${{ inputs.ntsync }}
|
|
|
release_type: ${{ inputs.release_type }}
|
|
release_type: ${{ inputs.release_type }}
|
|
|
|
|
+ optimizations: ${{ inputs.optimizations }}
|
|
|
|
|
|
|
|
release:
|
|
release:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|