vmdk-ova has to key on the vmdk image build

This commit is contained in:
Steve Langasek 2017-02-07 11:58:52 -08:00
parent 53e1feefdb
commit 97bc634bd9

View File

@ -16,7 +16,7 @@ case $ARCH in
esac esac
case ${IMAGE_TARGETS:-} in case ${IMAGE_TARGETS:-} in
""|*ova*) ""|*vmdk*)
;; ;;
*) *)
echo "Skipping OVA image build" echo "Skipping OVA image build"