feat: add target fields to registry, create targets directory

This commit is contained in:
Abdessamad Derraz
2026-03-26 08:51:54 +01:00
parent de58f3f28e
commit ac66f0b73b
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Manual target overrides.
# This file is NEVER overwritten by scrapers.
# Use it to add aliases, add/remove cores per target.
#
# Format:
# platform_name:
# targets:
# target-name:
# aliases: [alias1, alias2]
# add_cores: [core_to_add]
# remove_cores: [core_to_remove]