I am blown away by @depotdev, it's making the bref runtimes pipeline finally usable
"docker build" becomes "depot build" in GitHub Actions and:
- fast cross-platform builds (e.g. ARM)
- everything is cached aggressively
10 to 20 times faster builds!
Matthieu Napoli on X: "I am blown away by @depotdev, it's making the bref runtimes pipeline finally usable "docker build" becomes "depot build" in GitHub Actions and: - fast cross-platform builds (e.g. ARM) - everything is cached aggressively 10 to 20 times faster builds!"
- The caching was the killer feature for me because native docker caching on GitHub Actions (with buildx) is all messed up. The docs say it works, but it fails everywhere as soon as you have many or large images, and I lost 2 weeks on this.With Depot I can also now build images from my machine and it will build in their cloud, re-using the same cache as CI. So much computing power is saved. Thanks a lot to @depotdev for supporting our open-source builds as well ❤️
- I will give it a try really soon 🤩

