Skip to content

Commit e672098

Browse files
ItsHartaCopilot
andauthored
Update update.sh
Co-authored-by: Copilot <[email protected]>
1 parent dd0693d commit e672098

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)