ipfs / distributions

Legacy dist.ipfs.tech website and artifact build tools. Currently only used for notarizing builds of Kubo and IPFS Cluster.
https://dist.ipfs.tech
MIT License
48 stars 32 forks source link

Consider running build job on self-hosted runners #761

Open galargh opened 1 year ago

galargh commented 1 year ago

build job takes quite a long time (around 30 minutes when releasing kubo). I think we could speed it up by using a beefier machine underneath.

Discovered during https://github.com/ipfs/kubo/issues/9237

welcome[bot] commented 1 year ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.io if you just need general support.

aktech commented 1 year ago

By the way, if you want a no-maintenance method to achieve that, you can use cirun.io for the same.

galargh commented 1 year ago

Thanks, we have https://github.com/pl-strflt/tf-aws-gh-runner which we're going to use for this.