summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-27 09:52:43 -0300
committerRenato Botelho <renato@netgate.com>2016-07-27 09:52:52 -0300
commit3b6a57aef0e5aabc48f57429753947cbe0d79b12 (patch)
tree1fc9daa5faca37a98de4162adbf2d46a4cfa9056 /build.sh
parentdefa7cab713cbaad911d6cd85f1e1dae33a0898b (diff)
downloadpfsense-3b6a57aef0e5aabc48f57429753947cbe0d79b12.zip
pfsense-3b6a57aef0e5aabc48f57429753947cbe0d79b12.tar.gz
Build ova by default for releases
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index a14ea5f..8c36887 100755
--- a/build.sh
+++ b/build.sh
@@ -362,6 +362,9 @@ elif [ "$IMAGETYPE" = "all" ]; then
_IMAGESTOBUILD="iso fullupdate nanobsd nanobsd-vga memstick memstickserial"
if [ "${TARGET}" = "amd64" ]; then
_IMAGESTOBUILD="${_IMAGESTOBUILD} memstickadi"
+ if [ -n "${_IS_RELEASE}" ]; then
+ _IMAGESTOBUILD="${_IMAGESTOBUILD} ova"
+ fi
fi
else
_IMAGESTOBUILD="${IMAGETYPE}"
OpenPOWER on IntegriCloud