Commit Graph

129 Commits

Author SHA1 Message Date
Xiaonan Shen 6decf657c2 Bump golang to 1.18 2022-10-16 15:04:58 +08:00
Xiaonan Shen 0fa5f9fc13 Fix entrypoint init fail issue 2022-10-16 14:49:38 +08:00
Xiaonan Shen e0b0ce653c Add .vscode to .gitignore 2022-10-16 14:47:32 +08:00
GitHub Actions fa4ddf7126 Bump build version to 2.4.0 2022-09-29 00:23:38 +00:00
GitHub Actions 07d3779fc6 Bump deb version to 2.3.0-1 2022-09-09 00:17:44 +00:00
GitHub Actions 2e9d95d90b Bump build version to 2.3.0 2022-09-02 00:15:28 +00:00
GitHub Actions a8f5c0a096 Bump build version to 2.2.2 2022-07-28 00:15:49 +00:00
GitHub Actions 14cac1052d Bump deb version to 2.2.2-1 2022-07-28 00:15:47 +00:00
GitHub Actions 92b0c5bd5f Bump build version to 2.2.1 2022-07-22 00:16:20 +00:00
Xiaonan Shen 812646acb9 Fix entrypoint so it works correctly on init #57 2022-05-28 12:40:24 +08:00
GitHub Actions 664b5e924d Bump build version to 2.2.0 2022-05-26 00:14:14 +00:00
Nilesh 680e82076e Fix entrypoint so it works correctly on init
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.
2022-05-12 11:31:03 -07:00
GitHub Actions 86e10823e0 Bump deb version to 2.1.3-1 2022-04-28 00:15:49 +00:00
GitHub Actions 22b04d941d Bump build version to 2.1.3 2022-04-12 00:12:24 +00:00
GitHub Actions 4e11382bdb Bump build version to 2.1.2 2022-03-31 00:11:19 +00:00
Rafael Blumberg ba5d5297dc Add linux/arm/v7 to automate builds
After working around 32bits issues, this PR automate arm/v7 builds
2022-02-26 11:30:47 +08:00
GitHub Actions 758406337f Bump build version to 2.1.1 2022-02-10 00:08:25 +00:00
GitHub Actions db7f0eb889 Bump deb version to 2.1.1-1 2022-02-10 00:08:25 +00:00
GitHub Actions d73f3f4a63 Bump deb version to 2.1.0-1 2022-02-04 00:07:28 +00:00
GitHub Actions 683dd16a80 Bump build version to 2.1.0 2022-01-19 00:08:03 +00:00
Rafael Blumberg 75bee435f5 Workaround to compile for 32bit (#40)
* 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
2022-01-02 02:41:44 +08:00
GitHub Actions e7020854f2 Bump build version to 2.0.1 2021-12-16 00:48:19 +00:00
GitHub Actions 1ebd048bf8 Bump deb version to 1.8.12-1 2021-12-07 00:50:09 +00:00
GitHub Actions a76b7f2725 Bump build version to 1.8.12 2021-12-01 00:49:54 +00:00
GitHub Actions 616e4562a9 Bump build version to 1.8.11 2021-11-19 00:46:26 +00:00
GitHub Actions 0372093a19 Bump deb version to 1.8.10-1 2021-10-14 00:44:23 +00:00
GitHub Actions a147e41001 Bump build version to 1.8.10 2021-10-07 00:48:28 +00:00
GitHub Actions c45548e768 Bump deb version to 1.8.9-1 2021-09-14 00:47:48 +00:00
GitHub Actions 4cf0ad4a09 Bump build version to 1.8.9 2021-09-02 00:42:48 +00:00
GitHub Actions cc26ba05b3 Bump deb version to 1.8.7-1 2021-06-25 00:45:27 +00:00
GitHub Actions cc4eba30df Bump build version to 1.8.7 2021-06-23 00:38:37 +00:00
Xiaonan Shen 5cec1579c7 Bump Go to 1.15 for build (#37) 2021-06-19 10:52:47 +08:00
Giulio De Pasquale ae2117655e Update Dockerfile
bump golang to 1.15 in build
2021-06-17 21:34:25 +01:00
GitHub Actions 10653e1cec Bump build version to 1.8.5 2021-06-16 00:42:34 +00:00
GitHub Actions 8fa301b5a3 Bump build version to 1.8.3 2021-06-01 02:10:59 +00:00
Xiaonan Shen 9e5ed64ebe Create FUNDING.yml 2021-05-30 20:40:05 +08:00
GitHub Actions ffd5b91db5 Bump deb version to 1.8.3-1 2021-05-28 01:15:57 +00:00
GitHub Actions 8ba3c1e4bd Bump build version to 1.8.2 2021-05-27 01:07:03 +00:00
GitHub Actions 3cd5aae4fb Bump deb version to 1.8.2-1 2021-05-22 00:49:30 +00:00
GitHub Actions 0e188f6950 Bump build version to 1.8.1 2021-05-21 00:50:24 +00:00
GitHub Actions 9d02478701 Bump deb version to 1.8.1-1 2021-05-21 00:50:22 +00:00
GitHub Actions d436581723 Bump deb version to 1.8.0-1 2021-05-20 00:45:45 +00:00
GitHub Actions bd2813622a Bump build version to 1.8.0 2021-05-13 00:50:05 +00:00
Florent Hemmi e605ec8ca3 Update Helm chart link 2021-04-29 22:39:26 +08:00
GitHub Actions c1a6820fbd Bump build version to 1.7.1 2021-04-29 00:12:59 +00:00
GitHub Actions f30150f3b3 Bump build version to 1.7.0 2021-04-22 00:13:42 +00:00
Xiaonan Shen 967f690177 Fix deb download url 2021-04-08 23:02:07 +08:00
GitHub Actions d5f902c54d Bump deb version to 1.6.9-1 2021-04-02 00:19:20 +00:00
David Francos Cuartero d63d426755 closes: #24 added optional parameters to cli 2021-03-06 14:27:35 +08:00
GitHub Actions 09346ca12e Bump deb version to 1.6.6-1 2021-03-05 00:32:54 +00:00