Эх сурвалжийг харах

Update build-kernel-release.yml

James McConnell 1 жил өмнө
parent
commit
91302620ca

+ 10 - 0
.github/workflows/build-kernel-release.yml

@@ -52,26 +52,36 @@ jobs:
     uses: ./.github/workflows/build-kernel-a12-5.10.yml
     secrets: inherit
     if: ${{ inputs.build_a12_5_10 }}
+    with:
+      lto_type: ${{ inputs.lto_type }}
 
   build-kernel-a13-5-10:
     uses: ./.github/workflows/build-kernel-a13-5.10.yml
     secrets: inherit
     if: ${{ inputs.build_a13_5_10 }}
+    with:
+      lto_type: ${{ inputs.lto_type }}
 
   build-kernel-a13-5-15:
     uses: ./.github/workflows/build-kernel-a13-5.15.yml
     secrets: inherit
     if: ${{ inputs.build_a13_5_15 }}
+    with:
+      lto_type: ${{ inputs.lto_type }}
 
   build-kernel-a14-5-15:
     uses: ./.github/workflows/build-kernel-a14-5.15.yml
     secrets: inherit
     if: ${{ inputs.build_a14_5_15 }}
+    with:
+      lto_type: ${{ inputs.lto_type }}
 
   build-kernel-a14-6-1:
     uses: ./.github/workflows/build-kernel-a14-6.1.yml
     secrets: inherit
     if: ${{ inputs.build_a14_6_1 }}
+    with:
+      lto_type: ${{ inputs.lto_type }}
 
   trigger-release:
     runs-on: ubuntu-latest