Merge pull request #7152 from zmstone/chore-skip-downloading-upgrade-base-package-for-windows

chore: skip downloading upgrade base images for windows
This commit is contained in:
Zaiming (Stone) Shi 2022-02-27 15:30:09 +01:00 committed by GitHub
commit f9836e6d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ esac
case "$SYSTEM" in
windows*)
echo "WARNING: skipped downloading relup base for windows because we do not support relup for windows yet."
exit 0
;;
macos*)
SHASUM="shasum -a 256"
;;