Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer BUILD over FROM to include matrix builds
`FROM` alone is a single dependency for another target. `BUILD` is quite similar but includes matrix patterns: compare `handleFrom` with `handleBuild`. See https://github.com/earthly/earthly/blob/main/inputgraph/loader.go
- Loading branch information