E

Hey! Quick question: I have a number of build steps that each run `SAVE ARTIFACT build/* AS LOCAL build/` Then a `build-all:` step similar to the following: ```build-all: BUILD +build-foo BUILD +build-bar BUILD +build-baz```

Summary

Hey!

Quick question: I have a number of build steps that each run SAVE ARTIFACT build/* AS LOCAL build/

Then a build-all: step similar to the following:

    BUILD +build-foo
    BUILD +build-bar
    BUILD +build-baz```
Status
open
Tags
    Source
    #earthly
      j

      jklmn

      10/21/2024

      Hey!

      Quick question: I have a number of build steps that each run SAVE ARTIFACT build/* AS LOCAL build/

      Then a build-all: step similar to the following:

          BUILD +build-foo
          BUILD +build-bar
          BUILD +build-baz```