James McConnell 1 год назад
Родитель
Сommit
727c2f89e1
1 измененных файлов с 17 добавлено и 17 удалено
  1. 17 17
      .github/workflows/build-kernel-a13.yml

+ 17 - 17
.github/workflows/build-kernel-a13.yml

@@ -51,25 +51,25 @@ jobs:
       - name: Build for all configurations
         run: |
           BUILD_CONFIGS=(
-           #"android13-5.10-189-2023-11"
-           #"android13-5.10-198-2024-01"
-           #"android13-5.10-205-2024-03"
-           #"android13-5.10-209-2024-05"
-           #"android13-5.10-210-2024-06"
-           #"android13-5.10-214-2024-07"
-           #"android13-5.10-218-2024-08"
-           #"android13-5.10-223-2024-11"
-           #"android13-5.10-X-lts"
+           "android13-5.10-189-2023-11"
+           "android13-5.10-198-2024-01"
+           "android13-5.10-205-2024-03"
+           "android13-5.10-209-2024-05"
+           "android13-5.10-210-2024-06"
+           "android13-5.10-214-2024-07"
+           "android13-5.10-218-2024-08"
+           "android13-5.10-223-2024-11"
+           "android13-5.10-X-lts"
            
            "android13-5.15-94-2023-05"
-           #"android13-5.15-123-2023-11"
-           #"android13-5.15-137-2024-01"
-           #"android13-5.15-144-2024-03"
-           #"android13-5.15-148-2024-05"
-           #"android13-5.15-149-2024-07"
-           #"android13-5.15-151-2024-08"
-           #"android13-5.15-167-2024-11"
-           #"android13-5.15-X-lts"
+           "android13-5.15-123-2023-11"
+           "android13-5.15-137-2024-01"
+           "android13-5.15-144-2024-03"
+           "android13-5.15-148-2024-05"
+           "android13-5.15-149-2024-07"
+           "android13-5.15-151-2024-08"
+           "android13-5.15-167-2024-11"
+           "android13-5.15-X-lts"
           )
 
           for CONFIG in "${BUILD_CONFIGS[@]}"; do