chore: skip downloading upgrade base images for windows

because we do not support relup for windows for now
This commit is contained in:
Zaiming (Stone) Shi 2022-02-27 14:54:29 +01:00
parent e7f39d4cfe
commit bbbb0edca1
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"
;;