The effortless CI/CD framework that runs anywhere v0.6.20 Release Notes

Release Date: 2022-07-18 // almost 2 years ago
  • 🔄 Changed

    • ⚡️ Updated buildkit to include changes up to 12cfc87450c8d4fc31c8c0a09981e4c3fb3e4d9f

    ➕ Added

    • ➕ Adding support for saving artifact from --interactive-keep. #1980
    • 🆕 New EARTHLY_PUSH builtin arg, which is set to true when earthly is run with the --push flag, and the argument is referenced under the direct target, or a target which is indirectly referenced via a BUILD command; otherwise it will be set to false. The value mimics when a RUN --push command is executed. This feature must be enabled with VERSION --wait-block 0.6.

    🛠 Fixed

    • 🛠 Fixed context.Canceled being reported as the error in some builds instead of the root cause. #1991
    • 👌 Improved cache use of WITH DOCKER command.
    • 🐳 The earthly/earthly docker image is now also built for arm64 (in addition to amd64).