Commit Graph

11 Commits

Author SHA1 Message Date
daniel156161 6d32d1a32f update build that it use the VERSION file as Argument for gitea action build
Build and Push Docker Container / build-and-push (push) Has started running
2025-10-14 16:36:30 +02:00
daniel156161 1428582834 use old build structure and update to golang 1.25 2025-10-14 16:35:46 +02:00
simonfelding 4ccd39856a improve build readability and speed (by parallelization) (#117) 2025-04-24 23:03:50 +02:00
simonfelding d00645ffcc add vaulteditor and fix build on arm (#114)
first working build for a long time
2025-02-15 19:38:15 +01:00
Xiaonan Shen 252397a86d Switch to carlosedp/golang for riscv64 support 2022-11-20 23:12:46 +08: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
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 646750c65c Bump build version to 1.4.5 2020-11-02 13:21:59 +07:00
Xiaonan Shen 72c40c7a05 Fix version tag 2020-06-01 07:51:40 -07:00
Xiaonan Shen 55175292b0 Add build from source 2020-06-01 06:51:57 -07:00