Skip to content

v0.12.10

Choose a tag to compare

@github-actions github-actions released this 26 Jun 13:14
· 6 commits to main since this release
dcf0ced
  • Go and other builds no longer fail with "exec format error". The build
    container's architecture is now pinned explicitly on every run, so a build
    always uses a matching-arch image even when a different-architecture copy of a
    shared base image (such as golang) is already cached locally. Previously a
    same-arch build could silently pick up the wrong image and fail.
  • Change a machine's QEMU port forwards from the TUI. The Setup → QEMU
    settings Ports list is now fully editable: highlight any forward — including a
    machine-declared one like 8080:8080 — press Enter, and move it to a free
    host port when the default collides. Previously the machine's forwards were
    read-only and you could only add extras, so a busy host port blocked yoe run
    with no way to fix it in the UI.

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.