#How does Dagger cache works on GHA workflow?
1 messages · Page 1 of 1 (latest)
hey there! are you trying to get this to work Github's hosted runners? or self hosted? Reason I'm asking is because caching container builds (Docker, Dagger, etc) in GHA is not a straightforward task since GHA doesn't have native support for that. Having said that, for Dagger users that have a strong requirement of performant builds, we've been cooking something which is tech preview that will very much help. Thing is that we're mostly focusing on users with self-hosted runners initially.
cc @surreal temple
Thanks @short musk
@short musk how would one get access to such a tech preview? We are using selfhosted runners inside Azure and would really like to have distributed dagger caches to speed up builds on newly spawned agents where the cache is cold 🙂