github yoebuild/yoe v0.12.6

latest releases: v0.12.8, v0.12.7
5 days ago
  • 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.

Don't miss a new yoe release

NewReleases is sending notifications on new releases.