chore: skip downloading upgrade base images for windows
because we do not support relup for windows for now
This commit is contained in:
parent
e7f39d4cfe
commit
bbbb0edca1
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue