Skip to content

Commit ae157ef

Browse files
fix: deal with fallout of renamed targets (#90)
Co-authored-by: raphaelcoeffic <[email protected]> Co-authored-by: Peter Feerick <[email protected]>
1 parent 8dd6988 commit ae157ef

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

targets.json

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,69 +8,72 @@
88
},
99
"v2.11.0-rc1": {
1010
"sha": "f51c67af4507941afad6bce4caf3a6f2fe4f9cde",
11-
"build_container": "ghcr.io/edgetx/edgetx-builder:2.11"
11+
"build_container": "ghcr.io/edgetx/edgetx-builder:2.11",
12+
"exclude_targets": [
13+
"x10-access", "x7-access"
14+
]
1215
},
1316
"v2.10.6": {
1417
"sha": "14adf0474ccedbd935fac7d71958946680b5fdfc",
1518
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
1619
"exclude_targets": [
17-
"gx12", "nb4p"
20+
"gx12", "nb4p", "x10express", "x7access"
1821
]
1922
},
2023
"v2.10.5": {
2124
"sha": "6b539d03c66061e431d9090531ac192f7550a102",
2225
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
2326
"exclude_targets": [
24-
"gx12", "nb4p"
27+
"gx12", "nb4p", "x10express", "x7access"
2528
]
2629
},
2730
"v2.10.4": {
2831
"sha": "9b901689fbd84fb4027b4f898460314d76b1f69a",
2932
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
3033
"exclude_targets": [
31-
"bumblebee", "gx12", "nb4p"
34+
"bumblebee", "gx12", "nb4p", "x10express", "x7access"
3235
]
3336
},
3437
"v2.10.3": {
3538
"sha": "2fc5a9acab767b7b3f4861d85dffd359d6ad28f6",
3639
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
3740
"exclude_targets": [
38-
"bumblebee", "gx12", "nb4p"
41+
"bumblebee", "gx12", "nb4p", "x10express", "x7access"
3942
]
4043
},
4144
"v2.10.2": {
4245
"sha": "1de06000cdfe3398840a8d28f7bf5de7fbedc899",
4346
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
4447
"exclude_targets": [
45-
"t12max", "tpros", "bumblebee", "gx12", "nb4p"
48+
"t12max", "tpros", "bumblebee", "gx12", "nb4p", "x10express", "x7access"
4649
]
4750
},
4851
"v2.10.1": {
4952
"sha": "839b60f6cc88d22383a6f686862b3fba4108884e",
5053
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
5154
"exclude_targets": [
52-
"f16", "t12max", "tpros", "bumblebee", "gx12", "nb4p"
55+
"f16", "t12max", "tpros", "bumblebee", "gx12", "nb4p", "x10express", "x7access"
5356
]
5457
},
5558
"v2.10.0": {
5659
"sha": "22ce06d3423fdb265c6c7bce6031f1003027bf0c",
5760
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
5861
"exclude_targets": [
59-
"f16", "t12max", "t15", "tpros", "bumblebee", "gx12", "nb4p"
62+
"f16", "t12max", "t15", "tpros", "bumblebee", "gx12", "nb4p", "x10express", "x7access"
6063
]
6164
},
6265
"v2.9.4": {
6366
"sha": "77884b6a22e20ad91ba6c6656b96bcb2adc86768",
6467
"build_container": "ghcr.io/edgetx/edgetx-builder:2.9.0",
6568
"exclude_targets": [
66-
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee", "gx12", "nb4p"
69+
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee", "gx12", "nb4p", "x10express", "x7access"
6770
]
6871
},
6972
"v2.8.5": {
7073
"sha": "cbac1063eb8637457d2a63c367863c6bfd6f0c31",
7174
"build_container": "ghcr.io/edgetx/edgetx-builder:2.8",
7275
"exclude_targets": [
73-
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee", "gx12", "nb4p"
76+
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee", "gx12", "nb4p", "x10express", "x7access"
7477
]
7578
}
7679
},
@@ -223,6 +226,12 @@
223226
"colorlcd"
224227
]
225228
},
229+
"x10express": {
230+
"description": "FrSky Horus X10 Express",
231+
"tags": [
232+
"colorlcd"
233+
]
234+
},
226235
"x12s": {
227236
"description": "FrSky Horus X12S",
228237
"tags": [
@@ -241,6 +250,12 @@
241250
"stdlcd"
242251
]
243252
},
253+
"x7access": {
254+
"description": "FrSky QX7 Access",
255+
"tags": [
256+
"stdlcd"
257+
]
258+
},
244259
"x9d": {
245260
"description": "FrSky X9D",
246261
"tags": [

0 commit comments

Comments
 (0)