Skip to content

Commit

Permalink
chore: add bumblebee target (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick authored Oct 14, 2024
1 parent 740955b commit cb451bf
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,45 @@
"sha": "6b539d03c66061e431d9090531ac192f7550a102"
},
"v2.10.4": {
"sha": "9b901689fbd84fb4027b4f898460314d76b1f69a"
"sha": "9b901689fbd84fb4027b4f898460314d76b1f69a",
"exclude_targets": [
"bumblebee"
]
},
"v2.10.3": {
"sha": "2fc5a9acab767b7b3f4861d85dffd359d6ad28f6"
"sha": "2fc5a9acab767b7b3f4861d85dffd359d6ad28f6",
"exclude_targets": [
"bumblebee"
]
},
"v2.10.2": {
"sha": "1de06000cdfe3398840a8d28f7bf5de7fbedc899",
"exclude_targets": [
"t12max", "tpros"
"t12max", "tpros", "bumblebee"
]
},
"v2.10.1": {
"sha": "839b60f6cc88d22383a6f686862b3fba4108884e",
"exclude_targets": [
"f16", "t12max", "tpros"
"f16", "t12max", "tpros", "bumblebee"
]
},
"v2.10.0": {
"sha": "22ce06d3423fdb265c6c7bce6031f1003027bf0c",
"exclude_targets": [
"f16", "t12max", "t15", "tpros"
"f16", "t12max", "t15", "tpros", "bumblebee"
]
},
"v2.9.4": {
"sha": "77884b6a22e20ad91ba6c6656b96bcb2adc86768",
"exclude_targets": [
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros"
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee"
]
},
"v2.8.5": {
"sha": "cbac1063eb8637457d2a63c367863c6bfd6f0c31",
"exclude_targets": [
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros"
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee"
]
}
},
Expand Down

0 comments on commit cb451bf

Please sign in to comment.