Skip to content

Commit c30972d

Browse files
authored
Add 'resolute' to default releases in workflow
1 parent 4d09a01 commit c30972d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/infrastructure-download-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
# Expand releases
288288
if [[ "${RELEASE}" == "all" ]]; then
289289
# Default releases for "all"
290-
releases=("bookworm" "trixie" "forky" "jammy" "noble")
290+
releases=("bookworm" "trixie" "forky" "jammy" "noble" "resolute")
291291
elif [[ "${RELEASE}" == *":"* ]]; then
292292
# Colon-separated releases
293293
IFS=':' read -ra releases <<< "$RELEASE"

0 commit comments

Comments
 (0)