chore: Setup earthly satellite building (#29)

- Builds on main and tags will use the `medium` satellite that uses `x4`
rate on build minutes
  - This gives us larger cache and more memory
- Builds on PRs will use the `small` satellite that uses `x2` rate on
build minutes
- We are using the starter tier which gives us `10000` build minutes per
month and caching for our builds to make them faster
This commit is contained in:
Gerald Pinder 2024-01-28 14:20:13 -05:00 committed by GitHub
parent 73b694fd4a
commit cd1e43b0c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 45 additions and 10 deletions

View file

@ -1,4 +1,5 @@
VERSION 0.8
PROJECT blue-build/cli
IMPORT github.com/blue-build/earthly-lib/cargo AS cargo