#multiple backends?

1 messages · Page 1 of 1 (latest)

heavy wedge
#

It depends what you mean by “support” 🙂 But the answer is probably yes.

heavy wedge
#

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

feral rose
#

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.

tame mantle
#

Just came across this. I was looking for stuff to persist the cache. So if you have some clue ^^

dapper axle
heavy wedge
#

The tool hack/make is our custom dagger client

dapper axle
#

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