split metal and mdraid server types

This commit is contained in:
Daniel Micay 2025-11-06 01:20:55 -05:00
parent 76b88bbffa
commit a999a00c88
3 changed files with 5 additions and 1 deletions

View file

@ -33,12 +33,16 @@ declare -Ar hosts_uefi=(
[3.releases.grapheneos.org]=true
)
declare -Ar hosts_metal=(
declare -Ar hosts_mdraid=(
[0.releases.grapheneos.org]=true
[1.releases.grapheneos.org]=true
[3.releases.grapheneos.org]=true
)
declare -Ar hosts_metal=(
"${hosts_mdraid[@]}"
)
declare -Ar hosts_hardware_watchdog=(
[0.releases.grapheneos.org]=true
[1.releases.grapheneos.org]=true