We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d09a01 commit c30972dCopy full SHA for c30972d
1 file changed
.github/workflows/infrastructure-download-external.yml
@@ -287,7 +287,7 @@ jobs:
287
# Expand releases
288
if [[ "${RELEASE}" == "all" ]]; then
289
# Default releases for "all"
290
- releases=("bookworm" "trixie" "forky" "jammy" "noble")
+ releases=("bookworm" "trixie" "forky" "jammy" "noble" "resolute")
291
elif [[ "${RELEASE}" == *":"* ]]; then
292
# Colon-separated releases
293
IFS=':' read -ra releases <<< "$RELEASE"
0 commit comments