* Bump build version to 3.0.10
* Bump build version to 3.0.12
* Bump build version to 3.0.14
* Bump build version to 3.0.15
* Bump build version to 3.0.16
* Bump deb version to 3.0.17-1
* Bump build version to 3.0.18
* Bump deb version to 3.0.19-1
* Bump build version to 3.0.19
* Bump deb version to 3.0.20-1
* Bump build version to 3.0.20
* Update Ubuntu tag for deb to fix GLIBC dependency (#80)
GLIBC dependency issue highlighted in
https://github.com/shenxn/protonmail-bridge-docker/issues/79 is caused
by v3 of the bridge not supporting bionic. This PR simply updates the
"deb" version to match the "build" version which is already on
ubuntu:jammy.
* Bump deb version to 3.0.21-1
* Bump build version to 3.0.21
* Bump build version to 3.1.0
* Bump build version to 3.1.1
* Bump deb version to 3.1.2-1
* Bump build version to 3.1.2
* Add a docker compose file (#70)
It's quite the norm to include a docker-compose file, generally in the
README or the root for people to copy and modify. For example as
https://github.com/wfg/docker-openvpn-client has done so.
If there are [Environmental
variables](https://github.com/wfg/docker-openvpn-client#environment-variables),
they should also be documented - in this case there isn't.
* Bump deb version to 3.1.3-1
* Bump build version to 3.1.3
* Bump build version to 3.2.0
* Bump deb version to 3.2.0-1
* Bump build version to 3.3.0
* Bump deb version to 3.3.0-1
* Bump build version to 3.3.1
* Bump deb version to 3.3.2-1
* Bump build version to 3.3.2
* Bump build version to 3.4.0
* Bump build version to 3.4.1
* Bump build version to 3.4.2
* Bump build version to 3.5.0
* Bump deb version to 3.4.2-1
* Bump build version to 3.5.1
* Bump deb version to 3.5.1-1
* Bump deb version to 3.4.2-1
* Bump build version to 3.5.2
* Bump deb version to 3.5.3-1
* Bump build version to 3.5.3
* Bump build version to 3.6.0
* Bump deb version to 3.5.4-1
* Bump build version to 3.6.1
* Bump deb version to 3.6.1-2
* Bump build version to 3.7.0
* Bump build version to 3.7.1
* Bump deb version to 3.7.1-1
* Bump build version to 3.8.0
* Bump build version to 3.8.1
* Bump deb version to 3.8.1-1
* Bump build version to 3.9.0
* Bump deb version to 3.8.2-1
---------
Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: Aziz Hasanain <sgtaziz013@gmail.com>
Co-authored-by: Daniel Nathan Gray <dng@disroot.org>
* Adjust GitHub CI to also build for riscv64
* Update base Ubuntu base for build from 18.04 LTS to 20.04 LTS as to support riscv64
* Minor: Exclude idea IDE files from git
Ran into this issue when trying to use in kubernetes via k8s-at-home/protonmail-bridge. Took a bit of figuring out before I realized I had to manually kill the other instance. The only output from the failed load is a dbus issue, and an immediate exit.
* Workaround to compile for 32bit
This is a workaround based on [this
comment](https://github.com/antlr/antlr4/issues/2433#issuecomment-774514106).
It is not a pretty solution but it worked well on my test file.
It runs once to compile, if make fails, then it apply the fix and try
again, this is done so builds that don't need workaround don't use it
and also because the workaround is done on top of downloaded files
during ethe first compilation.
* Update README to remove ARMv7 error comment