add readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kasper Juul Hermansen 2022-12-29 02:50:33 +01:00
parent 58f331b9ec
commit 5aed38a484
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# Bust
Bust is a platform agnostic pipeline. It is built on top of `dagger` and
`kjuulh/byg`. The goal of this project is to produce a way to easily extend and
interact with a golang pipeline for CI
## Examples
see `examples` for example pipelines, thought do note that the project usually
needs to be self-contained like the `ci` folder. `Bust` is built with `Bust`
after all.
To run simply `go run example/golang-bin/main.go`, this may require certain
setup for docker-hub, or alternate registries.