|
|
@@ -68,6 +68,8 @@ jobs:
|
|
|
if: ${{ inputs.build_a12_5_10 }}
|
|
|
with:
|
|
|
lto_type: ${{ inputs.lto_type }}
|
|
|
+ next_branch: ${{ inputs.next_branch }}
|
|
|
+ next_branch_other: ${{ inputs.next_branch_other }}
|
|
|
|
|
|
build-kernel-a13-5-10:
|
|
|
uses: ./.github/workflows/build-kernel-a13-5.10.yml
|
|
|
@@ -75,6 +77,8 @@ jobs:
|
|
|
if: ${{ inputs.build_a13_5_10 }}
|
|
|
with:
|
|
|
lto_type: ${{ inputs.lto_type }}
|
|
|
+ next_branch: ${{ inputs.next_branch }}
|
|
|
+ next_branch_other: ${{ inputs.next_branch_other }
|
|
|
|
|
|
build-kernel-a13-5-15:
|
|
|
uses: ./.github/workflows/build-kernel-a13-5.15.yml
|
|
|
@@ -82,6 +86,8 @@ jobs:
|
|
|
if: ${{ inputs.build_a13_5_15 }}
|
|
|
with:
|
|
|
lto_type: ${{ inputs.lto_type }}
|
|
|
+ next_branch: ${{ inputs.next_branch }}
|
|
|
+ next_branch_other: ${{ inputs.next_branch_other }
|
|
|
|
|
|
build-kernel-a14-5-15:
|
|
|
uses: ./.github/workflows/build-kernel-a14-5.15.yml
|
|
|
@@ -89,6 +95,8 @@ jobs:
|
|
|
if: ${{ inputs.build_a14_5_15 }}
|
|
|
with:
|
|
|
lto_type: ${{ inputs.lto_type }}
|
|
|
+ next_branch: ${{ inputs.next_branch }}
|
|
|
+ next_branch_other: ${{ inputs.next_branch_other }
|
|
|
|
|
|
build-kernel-a14-6-1:
|
|
|
uses: ./.github/workflows/build-kernel-a14-6.1.yml
|
|
|
@@ -96,6 +104,8 @@ jobs:
|
|
|
if: ${{ inputs.build_a14_6_1 }}
|
|
|
with:
|
|
|
lto_type: ${{ inputs.lto_type }}
|
|
|
+ next_branch: ${{ inputs.next_branch }}
|
|
|
+ next_branch_other: ${{ inputs.next_branch_other }
|
|
|
|
|
|
trigger-release:
|
|
|
runs-on: ubuntu-latest
|