#multiple backends?
1 messages · Page 1 of 1 (latest)
You can run the dagger engine on Github Actions today. Although it does require some plumbing to persist the cache. This is how we use Dagger ourselves, for our own CI
FWIW I run dagger against a buildkit host in k8s! Not really delving into too much cache management yet, but it's working well so far.
Just came across this. I was looking for stuff to persist the cache. So if you have some clue ^^
do you have an example of this?
The tool hack/make is our custom dagger client
ah i see now what you meant. I was searching for a more high level ci config tool, which can run native ci (like gh actions, or gitlab pipelines). This could help in native feedback/integration with the platforms