1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Ryan (hackercat) 2f37fc728b fix: reworked container architecture (#619)
- Don't set architecture, let Docker host decide it's own platform,
  remove `runtime` dependency and don't show default in `--help`
- Remove most tests, we need to check only once if it works on
  different platform
- Rename `DeleteImage` to `RemoveImage` to conform to existing
  function in `docker` cli, added options to specify `force` and
  `pruneChildren`
2021-05-02 08:15:13 -07:00
.github feat: Speeding up workflows (#643) 2021-05-02 08:13:30 -07:00
act fix: reworked container architecture (#619) 2021-05-02 08:15:13 -07:00
cmd fix: reworked container architecture (#619) 2021-05-02 08:15:13 -07:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00