Skip to content

Commit f82f0ea

Browse files
Brake 4338 out for a specific config
1 parent d4a814b commit f82f0ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/silabs-builds.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"lighting-app": [
33
{
4-
"boards": ["BRD4186C", "BRD4187C", "BRD4338A"],
4+
"boards": ["BRD4186C", "BRD4187C"],
55
"arguments": ["--docker"]
6+
},
7+
{
8+
"boards": ["BRD4338A"],
9+
"arguments": ["--docker", "use_rps_extension=false"]
610
}
11+
712
]
813
}

0 commit comments

Comments
 (0)