1- name : Nightly container builds for selected targets
1+ name : Nightly target builds [devcontainer]
22
33on :
44 pull_request :
@@ -15,24 +15,24 @@ jobs:
1515
1616 matrix : # Add the target and build type you wish to generate firmware for:
1717 include : [
18- { target: SL_STK3701A, build-type: MinSizeRel, container: AzureRTOS},
19- { target: SL_STK3701A_REVB, build-type: MinSizeRel, container: AzureRTOS},
20- { target: MXCHIP_AZ3166, build-type: MinSizeRel, container: ChibiOS },
21- { target: ST_STM32F429I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
22- { target: ST_STM32F769I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
18+ # { target: SL_STK3701A, build-type: MinSizeRel, container: AzureRTOS},
19+ # { target: SL_STK3701A_REVB, build-type: MinSizeRel, container: AzureRTOS},
20+ # { target: MXCHIP_AZ3166, build-type: MinSizeRel, container: ChibiOS },
21+ # { target: ST_STM32F429I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
22+ # { target: ST_STM32F769I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
2323 { target: ORGPAL_PALTHREE, build-type: MinSizeRel, container: ChibiOS },
24- { target: ORGPAL_PALX, build-type: MinSizeRel, container: ChibiOS },
25- { target: ST_NUCLEO64_F091RC, build-type: MinSizeRel, container: ChibiOS },
26- { target: M5Core2, build-type: MinSizeRel, container: ESP32 },
27- { target: ESP_WROVER_KIT, build-type: MinSizeRel, container: ESP32 },
28- { target: ESP32_S2_USB, build-type: MinSizeRel, container: ESP32 },
29- { target: ESP32_S3, build-type: MinSizeRel, container: ESP32 },
30- { target: ESP32_C3, build-type: MinSizeRel, container: ESP32 },
31- { target: ESP32_C6_THREAD, build-type: MinSizeRel, container: ESP32 },
32- { target: ESP32_H2_THREAD, build-type: MinSizeRel, container: ESP32 },
33- { target: NXP_MIMXRT1060_EVK, build-type: MinSizeRel, container: FreeRTOS-NXP },
34- { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 868 },
35- { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 915 },
24+ # { target: ORGPAL_PALX, build-type: MinSizeRel, container: ChibiOS },
25+ # { target: ST_NUCLEO64_F091RC, build-type: MinSizeRel, container: ChibiOS },
26+ # { target: M5Core2, build-type: MinSizeRel, container: ESP32 },
27+ # { target: ESP_WROVER_KIT, build-type: MinSizeRel, container: ESP32 },
28+ # { target: ESP32_S2_USB, build-type: MinSizeRel, container: ESP32 },
29+ # { target: ESP32_S3, build-type: MinSizeRel, container: ESP32 },
30+ # { target: ESP32_C3, build-type: MinSizeRel, container: ESP32 },
31+ # { target: ESP32_C6_THREAD, build-type: MinSizeRel, container: ESP32 },
32+ # { target: ESP32_H2_THREAD, build-type: MinSizeRel, container: ESP32 },
33+ # { target: NXP_MIMXRT1060_EVK, build-type: MinSizeRel, container: FreeRTOS-NXP },
34+ # { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 868 },
35+ # { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 915 },
3636 ]
3737
3838 runs-on : ubuntu-latest
0 commit comments