Skip to content

v0.12.6

Choose a tag to compare

@github-actions github-actions released this 20 Jun 13:29
· 21 commits to main since this release
8954f50
  • yoe build --distro and yoe run --distro now select the right distro
    again.
    The flag took effect too late, so a --distro debian build could
    resolve and build the Alpine (or your local.star) package set into the
    Debian output directory, producing no bootable image. The requested distro is
    now honored when the image is resolved, so each distro builds its own closure.
  • yoe clean no longer fails trying to pull a toolchain image. Cleaning
    root-owned build files now uses whichever toolchain image is already on your
    machine instead of a fixed version, so it works after toolchain bumps and
    across distros, and never reaches out to a registry for an image that only
    exists locally.

To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.