Explorar o código

Add ipv6_nat and optimization inputs to workflow

jimsterino98 hai 2 meses
pai
achega
15fc77d989
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      .github/workflows/main.yml

+ 14 - 0
.github/workflows/main.yml

@@ -71,6 +71,18 @@ on:
         default: true
         type: boolean
 
+      ipv6_nat:
+       description: "IPv6_NAT & IP-SET"
+       required: false
+       default: false
+       type: boolean
+
+      optimization:
+       description: "optimization patches"
+       required: false
+       default: false
+       type: boolean
+
 jobs:
 
   build-samsung:
@@ -86,6 +98,8 @@ jobs:
       ntsync: ${{ inputs.ntsync }}
       bbr: ${{ inputs.bbr }}
       cache: ${{ inputs.cache }}
+      ipv6_nat: ${{ inputs.ipv6_nat }}
+      optimization: ${{ inputs.optimization }}
 
   release:
     runs-on: ubuntu-latest