Commit 112c75f6 authored by S M Y's avatar S M Y
Browse files

32 bit template building changes

parent c398ca0a
No related merge requests found
Showing with 8 additions and 1 deletion
+8 -1
......@@ -5,7 +5,14 @@ echo "Offline Installer for Sunbird"
# Build script
set -eo pipefail
if [ "{{offline_installer_type}}" == "windows32" ];
then
docker run --rm -v ${PWD}:/offline/ i386/node:8.16-stretch bash -x 32-bit-prerequisite.sh
fi
#chmod +x setupOfflineInstaller.sh
docker run --rm --env-file envfile --env ELECTRON_CACHE="/root/.cache/electron" --env ELECTRON_BUILDER_CACHE="/root/.cache/electron-builder" -v ${PWD}:/project electronuserland/builder:wine bash -x setupOfflineInstaller.sh
echo "Archieved 64 bit DIKSHA\ Setup\ 1.0.0.exe and DIKSHA_1.0.0_amd64.deb"
echo "Build the installer succesfully"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment