-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
Me and @caarlos0 spoke about this a while back, no idea if anyone got to it, but I still think it would be great to have something like:
$ curl -sf https://bins.apex.sh/github.com/tj/triage | sh
Which would grab a public repo, install the modules, and build the platform's binary on-demand with a cache. Mostly because with dozens or hundreds of projects it'd still be a big pain to configure GH actions, and uploading binaries from a local machine is too slow.
caarlos0 and nikivdev