aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAge
* Builds using GitHub actions (#1467)Libravatar Vijay Raghavan Aravamudhan2021-06-08
| | | | | * Using GH Actions for building, packaging and publishing for all 3 OSes (macos, ubuntu and windows). Handles PR builds, release builds, scheduled nightly builds and manual triggering from the web-ui. * Removed references to travis and appveyor and their respective config files. * Added ability to force rebuild nightlies without new version number. (This should allow us to rerun nightly builds with the same build number. Looks for the trigger comment to contain: 'force build' and 'nightly branch')
* Use electronuserland base image so that we don't need to manually track all ↵Libravatar Vijay A2021-05-27
| | | | system deps (node, etc).
* Removed uninstall of 'node-sass' from nightly travis build - since it was ↵Libravatar Vijay A2021-05-18
| | | | | | causing incorrect commit into branch Updated Dockerfile for the same cmd
* Fixing the broken build process when building using the Dockerfile.Libravatar Vijay A2021-05-15
|
* Adding Docker support to create a linux package without impacting host ↵Libravatar Vijay Raghavan Aravamudhan2021-05-08
machine. (#1332)