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:53:02 -0300
commit198f0578657e764fdd4d677e3ec5f94301ae71d2 (patch)
tree10e2cbfc6753639bd928058eb443527ee46b1b62 /build.sh
parent2a9df2be3fd6d9ac78835896147da4f6fc7cfacc (diff)
downloadpfsense-198f0578657e764fdd4d677e3ec5f94301ae71d2.zip
pfsense-198f0578657e764fdd4d677e3ec5f94301ae71d2.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