ci: fix generate_build_child_pipeline job

This commit is contained in:
Evgeny Torbin
2026-03-13 17:13:28 +01:00
committed by Fu Hanxi
parent bf81b9d743
commit 2f538caa57

View File

@@ -27,9 +27,11 @@ TARGET_MARKERS = {
'esp32s3': 'support esp32s3 target',
'esp32c3': 'support esp32c3 target',
'esp32c2': 'support esp32c2 target',
'esp32c5': 'support esp32c5 target',
'esp32c6': 'support esp32c6 target',
'esp32h2': 'support esp32h2 target',
'esp32p4': 'support esp32p4 target',
'esp32c61': 'support esp32c61 target',
'linux': 'support linux target',
}