|
@@ -34,6 +34,12 @@ on:
|
|
|
cache:
|
|
cache:
|
|
|
required: true
|
|
required: true
|
|
|
type: string
|
|
type: string
|
|
|
|
|
+ ipv6_nat:
|
|
|
|
|
+ required: true
|
|
|
|
|
+ type: string
|
|
|
|
|
+ optimization:
|
|
|
|
|
+ required: true
|
|
|
|
|
+ type: string
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
build-kernels-a12:
|
|
build-kernels-a12:
|
|
@@ -232,4 +238,6 @@ jobs:
|
|
|
ntsync: ${{ inputs.ntsync }}
|
|
ntsync: ${{ inputs.ntsync }}
|
|
|
bbr: ${{ inputs.bbr }}
|
|
bbr: ${{ inputs.bbr }}
|
|
|
cache: ${{ inputs.cache }}
|
|
cache: ${{ inputs.cache }}
|
|
|
|
|
+ ipv6_nat: ${{ inputs.ipv6_nat }}
|
|
|
|
|
+ optimization: ${{ inputs.optimization }}
|
|
|
|
|
|