A small update that transitions away from Travis CI and instead moves to CircleCI for continuous integration. These services are used to automate the building process of both the available Docker image and the downloadable application through Electron.
These charges are in large part due to the job time limits of Travis CI. For some reason, the new multi-arch build of the Docker image takes a very long time.
NOTE: These changes mean that the latest tag of the Docker image will no longer correspond to the main branch. Instead, it will be based on the official release of the production branch
As always, if you have any questions about these changes, feel free to let me know!
A small update that transitions away from Travis CI and instead moves to CircleCI for continuous integration. These services are used to automate the building process of both the available Docker image and the downloadable application through Electron.
These charges are in large part due to the job time limits of Travis CI. For some reason, the new multi-arch build of the Docker image takes a very long time.
NOTE: These changes mean that the
latest
tag of the Docker image will no longer correspond to themain
branch. Instead, it will be based on the official release of theproduction
branchAs always, if you have any questions about these changes, feel free to let me know!