|
|
@@ -6,62 +6,33 @@ permissions:
|
|
|
|
|
|
on:
|
|
|
workflow_dispatch:
|
|
|
- inputs:
|
|
|
- use_make:
|
|
|
- description: 'Build with MAKE?'
|
|
|
- required: true
|
|
|
- type: boolean
|
|
|
- default: true
|
|
|
-
|
|
|
- release_type:
|
|
|
- description: "Choose Release Type"
|
|
|
- required: true
|
|
|
- type: choice
|
|
|
- options:
|
|
|
- - Actions
|
|
|
- - Release
|
|
|
- default: Release
|
|
|
-
|
|
|
|
|
|
jobs:
|
|
|
build-a12-5-10:
|
|
|
uses: ./.github/workflows/kernel-a12-5-10.yml
|
|
|
secrets: inherit
|
|
|
- with:
|
|
|
- use_make: ${{ inputs.use_make }}
|
|
|
|
|
|
build-a13-5-10:
|
|
|
uses: ./.github/workflows/kernel-a13-5-10.yml
|
|
|
secrets: inherit
|
|
|
- with:
|
|
|
- use_make: ${{ inputs.use_make }}
|
|
|
|
|
|
build-a13-5-15:
|
|
|
uses: ./.github/workflows/kernel-a13-5-15.yml
|
|
|
secrets: inherit
|
|
|
- with:
|
|
|
- use_make: ${{ inputs.use_make }}
|
|
|
|
|
|
build-a14-5-15:
|
|
|
uses: ./.github/workflows/kernel-a14-5-15.yml
|
|
|
secrets: inherit
|
|
|
- with:
|
|
|
- use_make: ${{ inputs.use_make }}
|
|
|
|
|
|
build-a14-6-1:
|
|
|
uses: ./.github/workflows/kernel-a14-6-1.yml
|
|
|
secrets: inherit
|
|
|
- with:
|
|
|
- use_make: ${{ inputs.use_make }}
|
|
|
|
|
|
build-a15-6-6:
|
|
|
uses: ./.github/workflows/kernel-a15-6-6.yml
|
|
|
secrets: inherit
|
|
|
- with:
|
|
|
- use_make: ${{ inputs.use_make }}
|
|
|
|
|
|
release:
|
|
|
- if: ${{ inputs.release_type == 'Release' }}
|
|
|
runs-on: ubuntu-latest
|
|
|
needs:
|
|
|
- build-a12-5-10
|
|
|
@@ -167,7 +138,7 @@ jobs:
|
|
|
-> Ptrace Patch Support for Older Kernels (<5.16)
|
|
|
-> IPSet Support for Advanced Network Filtering
|
|
|
-> Wireguard Support
|
|
|
- -> BBR Support
|
|
|
+ -> BBR v1 Support
|
|
|
|
|
|
Notes:
|
|
|
-> SUS SU Mode 2 will show as disabled or not compatble due to non-kprobe hooks and is not needed anymore!
|