Just found out about dagger.io, so I'm trying to figure out what I can and cannot do, and if it'll fit my needs.
I've been looking for a tool like this, where you can run pipeline or builds both locally and in CI. dagger.io does seem to do a fairly good job. But I am unable to find good information about its parallelism, work distribution and remote execution.
Basically (TL;DR), can dagger.io distribute tasks on remote machines? Where can I find docs about it?
Because building all software on the same machine/host would take too much compute power/time.