Show HN: Open-source x64 and Arm GitHub runners
101–110 of 128 posts
Re: Show HN: Open-source x64 and Arm GitHub runners
#102Re: Show HN: Open-source x64 and Arm GitHub runners
#103Re: Show HN: Open-source x64 and Arm GitHub runners
#104Feels like there is another one of these every week.
But in the meantime I’ve recently released RunsOn [1] with the same promise (10x cheaper, faster) but the whole thing runs in your AWS account.
Re: Show HN: Open-source x64 and Arm GitHub runners
#105How does this pricing work? With purely spot based AWS runners we can barely reach the 10x cost treshold compared to github runners. Edit: Oh, Hetzner. They’re really ubiquitous in cheap computing these days.
I put a calculator for RunsOn at https://runs-on.com/calculator/
Re: Show HN: Open-source x64 and Arm GitHub runners
#106We've been using Ubicloud builders for our Rust project [0] for several months, and it's worked very well. We've seen CI times go from 10-15 minutes to 6-7, and our bill has gone from $300/month to $30. One counter-intuitive thing we found is that it's slow to save and restore caches, but the machines have good CPU, so for us it's been faster to disable cache entirely and just redo everything on each build. [0] https…
> so for us it's been faster to disable cache entirely and just redo everything on each build. I wonder what the consequential "carbon footprint" of this is, but at scale for all companies/all jobs of similar nature
[1]: https://runs-on.com
Re: Show HN: Open-source x64 and Arm GitHub runners
#107Earlier quoted context omitted.
> I'm left wondering what the catch is / why it's cheaper and faster. So, while this is the first time I've heard of ubicloud, I use gha extensively. Abd frankly, I think it's just because Github has a crazy markup on their actions compute over the raw compute. Taking a quick look, it appears that their base rate is like $0.008 per-minute!! That's a rate that wouldn't look crazy out of line with EC2's hourly rate. I'…
Iops on GitHub runners is also terrible slow, you easily get a 5x to 10x improvement We did the same, and set up GitHub actions runners on hetzner Halfed the integration test time and made them more reliable.
Re: Show HN: Open-source x64 and Arm GitHub runners
#108We've been using Ubicloud builders for our Rust project [0] for several months, and it's worked very well. We've seen CI times go from 10-15 minutes to 6-7, and our bill has gone from $300/month to $30. One counter-intuitive thing we found is that it's slow to save and restore caches, but the machines have good CPU, so for us it's been faster to disable cache entirely and just redo everything on each build. [0] https…
In your case your workflow can run in less than 5 minutes on AWS ephemeral machines, for the same price as ubicloud: https://github.com/runs-on/arroyo/actions/runs/7723361513/jo...
Re: Show HN: Open-source x64 and Arm GitHub runners
#109Earlier quoted context omitted.
I'm curious what you need macOS for if you're doing a JS project. Is it Electron?
Cross platform app development using JS (TS). Quasar is the framework I use. I build my Android apps on linux but need macOS to build the iOS apps.
Re: Show HN: Open-source x64 and Arm GitHub runners
#110I was looking for macOS M1 runner, which is not provided by GitHub. I'm willing to pay for that, but it seems that there are only Linux types now.