summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for windows build on GitHub (#312)Felix Kröner2024-11-071-0/+3
| | | | | | | | | | | | This PR adds a Windows build pipeline running on GitHub. Currently it runs on the repository https://github.com/Crown0815/forgejo-runner-windows. So far the build does not include tests, but I am working on a solution. For the time being we can release the windows builds easily though. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/312 Co-authored-by: Felix Kröner <felix.kroener@gmx.de> Co-committed-by: Felix Kröner <felix.kroener@gmx.de>
* [FORGEJO] build forgejo-runnerEarl Warren2023-08-231-1/+3
|
* build: improve compression and update GitHub actions (#168)appleboy2023-05-011-0/+2
| | | | | | | | | | | | | | - Add `dist` to .gitignore for gorelease binary folder - Replace tar command with xz command in .goreleaser.yaml for better compression ref: https://gitea.com/gitea/homebrew-gitea/pulls/164 Signed-off-by: appleboy <appleboy.tw@gmail.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/168 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io> Co-authored-by: appleboy <appleboy.tw@gmail.com> Co-committed-by: appleboy <appleboy.tw@gmail.com>
* Refactor environment variables to configuration and registration (#90)Jason Song2023-04-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Close #21. Refactor environment variables to configuration file (config.yaml) and registration file (.runner). The old environment variables are still supported, but warning logs will be printed. Like: ```text $ GITEA_DEBUG=true ./act_runner -c config.yaml daemon INFO[0000] Starting runner daemon WARN[0000] env GITEA_DEBUG has been ignored because config file is used $ GITEA_DEBUG=true ./act_runner daemon INFO[0000] Starting runner daemon WARN[0000] env GITEA_DEBUG will be deprecated, please use config file instead ``` Reviewed-on: https://gitea.com/gitea/act_runner/pulls/90 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
* Add runner name to log (#37)Zettat1232023-03-061-1/+5
| | | | | | | | | | | | User can get the name of the runner that executed the specified job. ![image](/attachments/61328f68-7223-4345-85c7-ac08781e81db) Co-authored-by: Zettat123 <zettat123@gmail.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/37 Reviewed-by: Jason Song <i@wolfogre.com> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Zettat123 <zettat123@noreply.gitea.io> Co-committed-by: Zettat123 <zettat123@noreply.gitea.io>
* Add copyright header and gitea-vet (#29)sillyguodong2023-02-281-1/+2
| | | | | | | | | | | Add copyright header Co-authored-by: sillyguodong <gedong_1994@163.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/29 Reviewed-by: Jason Song <i@wolfogre.com> Reviewed-by: Zettat123 <zettat123@noreply.gitea.io> Co-authored-by: sillyguodong <sillyguodong@noreply.gitea.io> Co-committed-by: sillyguodong <sillyguodong@noreply.gitea.io>
* Enable action as CI to test/build/release (#26)Lunny Xiao2023-02-241-0/+1
| | | | Reviewed-on: https://gitea.com/gitea/act_runner/pulls/26
* chore(runner): remove client secret and add UUID in runnerBo-Yi.Wu2022-11-241-0/+1
| | | | Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
* chore(proto): Add ping request.Bo-Yi Wu2022-11-241-1/+2
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* init projectLunny Xiao2022-04-271-0/+1