🛠️ #GitHub Actions are a powerful #CICD tool, yet recently I ran into space issues with them.

In this post, I provide some 🕵️‍♂️ background, 🔬 detailed analysis and 🙌 solution to make sure your builds don't run out of space!

https://www.geraldonit.com/mastering-disk-space-on-github-actions-runners-a-deep-dive-into-cleanup-strategies-for-x64-and-arm64-runners/?utm_source=mastodon&utm_medium=jetpack_social

Mastering Disk Space on GitHub Actions Runners: A Deep Dive into Cleanup Strategies for x64 and arm64 Runners

If you’ve ever hit that dreaded No space left on device error mid-build in your GitHub Actions workflow, you’re not alone. GitHub Actions is a powerhouse for CI/CD, but the hosted runne…

Gerald on IT