GitHub Actions
0e92386a93
Bump build version to 3.0.4
2022-12-03 00:12:21 +00:00
GitHub Actions
2e3bcdef1f
Bump build version to 3.0.2
2022-11-30 00:15:14 +00:00
Olof Nord
0541f29d98
Add riscv64 support to docker builds
...
* 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
2022-11-20 23:32:58 +08:00
Xiaonan Shen
252397a86d
Switch to carlosedp/golang for riscv64 support
2022-11-20 23:12:46 +08:00
GitHub Actions
6a2a413d0a
Bump build version to 2.4.8
2022-11-17 00:15:47 +00:00
GitHub Actions
60c8a9ecc4
Bump build version to 2.4.5
2022-11-09 00:16:36 +00:00
Xiaonan Shen
535c80379d
Copy bridge executable to the image ( fixes #66 )
2022-11-05 14:30:33 +08:00
GitHub Actions
acefed1b95
Bump build version to 2.4.3
2022-10-26 00:16:54 +00:00
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
GitHub Actions
fa4ddf7126
Bump build version to 2.4.0
2022-09-29 00:23:38 +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
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
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
GitHub Actions
758406337f
Bump build version to 2.1.1
2022-02-10 00:08:25 +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
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
a147e41001
Bump build version to 1.8.10
2021-10-07 00:48:28 +00:00
GitHub Actions
4cf0ad4a09
Bump build version to 1.8.9
2021-09-02 00:42:48 +00:00
GitHub Actions
cc4eba30df
Bump build version to 1.8.7
2021-06-23 00:38:37 +00: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
GitHub Actions
8ba3c1e4bd
Bump build version to 1.8.2
2021-05-27 01:07:03 +00:00
GitHub Actions
0e188f6950
Bump build version to 1.8.1
2021-05-21 00:50:24 +00:00
GitHub Actions
bd2813622a
Bump build version to 1.8.0
2021-05-13 00:50:05 +00: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
David Francos Cuartero
d63d426755
closes : #24 added optional parameters to cli
2021-03-06 14:27:35 +08:00
GitHub Actions
e23a0cd78a
Bump build version to 1.6.3
2021-02-18 00:31:11 +00:00
GitHub Actions
0ee69a9540
Bump build version to 1.5.7
2021-01-26 00:38:28 +00:00
GitHub Actions
44eb23be70
Bump build version to 1.5.6
2021-01-22 01:10:14 +00:00
Xiaonan Shen
15b7d488a2
Add ca-certificates to docker image
2021-01-07 21:14:11 +08:00
Xiaonan Shen
83d3eccebb
Fix build entrypoint
2021-01-07 20:20:59 +08:00
Xiaonan Shen
fdd15bf801
Change build version format back ( #20 )
2021-01-07 19:41:05 +08:00
Xiaonan Shen
2647f8540e
Add update check to build ( #19 )
...
* Remove armv7 temporarily
* Improve build script
* Add update check for build
* Update README
* Fix build script
* Change build version format
* Improve update check
* Bump build version to v1.5.4
* Fix build Dockerfile
* Fix build action yaml
Co-authored-by: GitHub Actions <actions@github.com>
2021-01-07 18:19:11 +08:00
Xiaonan Shen
4036e5237b
Migrate build to build-push-action@v2 ( #11 )
2020-11-19 19:11:35 -08:00
Xiaonan Shen
790889314e
Fix gpg init failure
2020-11-19 16:00:35 -08:00
Xiaonan Shen
646750c65c
Bump build version to 1.4.5
2020-11-02 13:21:59 +07:00
Xiaonan Shen
995ab30a69
Bump build version to 1.3.3
2020-08-13 20:32:53 +08:00
Xiaonan Shen
400d0b68d4
Bump build version to v1.2.8
2020-08-08 12:35:15 +08:00
Xiaonan Shen
72c40c7a05
Fix version tag
2020-06-01 07:51:40 -07:00
Xiaonan Shen
006d1e0a84
Update architectures
2020-06-01 07:40:28 -07:00
Xiaonan Shen
629272c730
Fix multiarch workflow
2020-06-01 07:34:23 -07:00
Xiaonan Shen
635fb1d8b1
Add github actions for multiarch
2020-06-01 07:06:41 -07:00
Xiaonan Shen
55175292b0
Add build from source
2020-06-01 06:51:57 -07:00