Skip to content

Commit 5d5fdb6

Browse files
ItsHartaCopilot
andcommitted
Update update.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f7448d0 commit 5d5fdb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ for version in "${versions[@]}"; do
218218

219219
# Skip alpine variants when SKIP is true
220220
if [ "${SKIP}" = true ] && is_alpine "${variant}"; then
221+
info "SKIP=true; skipping alpine variant '${variant}' for version '${versionnum}' (will need updating once MUSL builds are available)"
221222
continue
222223
fi
223224

0 commit comments

Comments
 (0)