You've already forked armbian.github.io
mirror of
https://github.com/armbian/armbian.github.io.git
synced 2026-01-06 11:42:20 -08:00
Update default releases in workflow file
This commit is contained in:
@@ -270,7 +270,7 @@ jobs:
|
||||
# Expand releases
|
||||
if [[ "${RELEASE}" == "all" ]]; then
|
||||
# Default releases for "all"
|
||||
releases=("bookworm" "jammy" "noble")
|
||||
releases=("bookworm" "trixie" "forky" "jammy" "noble")
|
||||
elif [[ "${RELEASE}" == *":"* ]]; then
|
||||
# Colon-separated releases
|
||||
IFS=':' read -ra releases <<< "$RELEASE"
|
||||
|
||||
Reference in New Issue
Block a user