summaryrefslogtreecommitdiffstats
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:43 -0300
commit7731df4155e9a4ce1fe68e90c2da5a3f4edbb7f6 (patch)
treecd75fe15cebbae14355e1e88a90641426d61293c
parent54b84a3bcdc56006a36d508335f9094037a891e4 (diff)
downloadpfsense-7731df4155e9a4ce1fe68e90c2da5a3f4edbb7f6.zip
pfsense-7731df4155e9a4ce1fe68e90c2da5a3f4edbb7f6.tar.gz
Build ova by default for releases
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 1423ecc..f2eaa28 100755
--- a/build.sh
+++ b/build.sh
@@ -308,6 +308,9 @@ elif [ "$IMAGETYPE" = "all" ]; then
_IMAGESTOBUILD="iso 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