From 7aa4124f1ffc2db34ddc4a65a2821bb9dcd3c48f Mon Sep 17 00:00:00 2001 From: Axel Fontaine <684824+axelfontaine@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:41:05 +0100 Subject: [PATCH] Added Sprinters --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 6de05d9..f3e5c29 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ GitHub Actions are pretty damn cool, but lord knows the official runners are slo - [Cirun](#cirun) - [Depot](#depot) - [Cirrus Runners](#cirrus-runners) + - [Sprinters](#sprinters) - [Honorable mentions](#honorable-mentions) - [Contributing to this list](#contributing-to-this-list) @@ -233,6 +234,27 @@ Notable features: [^6a]: https://cirrus-runners.app/blog/2025/01/07/announcing-m4-pro-availability-for-cirrus-runners/ +### Sprinters + +[Sprinters](https://sprinters.sh/) gives you fast, ephemeral runners on your own AWS account, at a fraction of the cost. + +Pricing [here](https://sprinters.sh/#pricing). + +Notable features: + +- **1-line change to get faster and cheaper builds.**[^7a] +- **10x cheaper than GitHub-hosted runners** with simple, transparent and unbeatable per vCPU-minute pricing. +- Easy 2-step setup.[^7b] +- Ephemeral runners on EC2 with **job start times under 20s**. +- Up to 192 vCPUs, 768 GB RAM and 16 TB storage per runner, with customizable disk sizes and instance types. +- x64 and arm64 support. +- Minimal and full (identical to GitHub) images. +- Scales to zero. +- Unlimited concurrency. + +[^7a]: https://sprinters.sh/docs/label +[^7b]: https://sprinters.sh/docs/setup + ## Honorable mentions If you're interested in going down the self-hosted runner route, make sure to check out the tooling listed in [`jonico/awesome-runners`](https://github.com/jonico/awesome-runners)!