Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions release-targets/reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# board_name : Human-readable display name
# board_vendor : Vendor/company slug (must match Zoho Bigin company_slug)
# board_support : Support level - "conf", "csc", "wip", or "tvb"
# board_introduced: Year the board first came to market (e.g., "2022")
# uses : Board slug to reuse artifacts from (e.g., "uefi-arm64")
#
# Optional Filters:
Expand Down Expand Up @@ -121,6 +122,7 @@ boards:
board_name: "Minisforum MS-R1"
board_vendor: "minisforum"
board_support: "conf"
board_introduced: "2024"

# The magic: reuse artifact set
uses: "uefi-arm64"
Expand All @@ -131,6 +133,7 @@ boards:
board_name: "Khadas Mind Series"
board_vendor: "khadas"
board_support: "conf"
board_introduced: "2024"

# The magic: reuse artifact set
uses: "uefi-x86"
Expand All @@ -141,6 +144,7 @@ boards:
board_name: "Orangepi 6 Plus"
board_vendor: "xunlong"
board_support: "csc"
board_introduced: "2025"

# The magic: reuse artifact set
uses: "uefi-arm64"
Expand All @@ -151,6 +155,7 @@ boards:
board_name: "Raspberry Pi Zero 2W"
board_vendor: "rpi-foundation"
board_support: "conf"
board_introduced: "2021"

# The magic: reuse artifact set
uses: "rpi4b"
Expand All @@ -161,6 +166,7 @@ boards:
board_name: "Raspberry Pi 3A+"
board_vendor: "rpi-foundation"
board_support: "conf"
board_introduced: "2018"

# The magic: reuse artifact set
uses: "rpi4b"
Expand All @@ -171,6 +177,7 @@ boards:
board_name: "Raspberry Pi 3B+"
board_vendor: "rpi-foundation"
board_support: "conf"
board_introduced: "2018"

# The magic: reuse artifact set
uses: "rpi4b"
Expand All @@ -181,6 +188,7 @@ boards:
board_name: "Raspberry Pi 3B"
board_vendor: "rpi-foundation"
board_support: "conf"
board_introduced: "2016"

# The magic: reuse artifact set
uses: "rpi4b"
Expand All @@ -191,6 +199,7 @@ boards:
board_name: "Raspberry Pi CM"
board_vendor: "rpi-foundation"
board_support: "conf"
board_introduced: "2014"

# The magic: reuse artifact set
uses: "rpi4b"
Expand All @@ -201,6 +210,7 @@ boards:
board_name: "Raspberry Pi CM3+"
board_vendor: "rpi-foundation"
board_support: "conf"
board_introduced: "2019"

# The magic: reuse artifact set
uses: "rpi4b"
Expand All @@ -211,6 +221,7 @@ boards:
board_name: "Raspberry Pi 400"
board_vendor: "rpi-foundation"
board_support: "conf"
board_introduced: "2020"

# The magic: reuse artifact set
uses: "rpi4b"
Expand All @@ -221,6 +232,7 @@ boards:
board_name: "Raspberry Pi 500"
board_vendor: "rpi-foundation"
board_support: "conf"
board_introduced: "2024"

# The magic: reuse artifact set
uses: "rpi4b"
Expand All @@ -231,6 +243,7 @@ boards:
board_name: "Raspberry Pi 500+"
board_vendor: "rpi-foundation"
board_support: "conf"
board_introduced: "2025"

# The magic: reuse artifact set
uses: "rpi4b"
Expand All @@ -241,6 +254,7 @@ boards:
board_name: "Qidi X7"
board_vendor: "makerbase"
board_support: "csc"
board_introduced: "2025"

# The magic: reuse artifact set
uses: "qidi-x6"
Expand All @@ -251,6 +265,7 @@ boards:
board_name: "Qidi X4"
board_vendor: "makerbase"
board_support: "csc"
board_introduced: "2024"

# The magic: reuse artifact set
uses: "qidi-x6"
Expand Down
Loading