Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
112c75f6
Commit
112c75f6
authored
5 years ago
by
S M Y
Browse files
Options
Download
Patches
Plain Diff
32 bit template building changes
parent
c398ca0a
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/offline-installer/templates/build.sh.j2
+8
-1
ansible/roles/offline-installer/templates/build.sh.j2
with
8 additions
and
1 deletion
+8
-1
ansible/roles/offline-installer/templates/build.sh.j2
+
8
−
1
View file @
112c75f6
...
...
@@ -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
"
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets