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:
commit
f9836e6d36
|
@ -44,6 +44,10 @@ esac
|
||||||
|
|
||||||
|
|
||||||
case "$SYSTEM" in
|
case "$SYSTEM" in
|
||||||
|
windows*)
|
||||||
|
echo "WARNING: skipped downloading relup base for windows because we do not support relup for windows yet."
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
macos*)
|
macos*)
|
||||||
SHASUM="shasum -a 256"
|
SHASUM="shasum -a 256"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue