From 103e98b38f38447de639e23512e26fb1a055fa08 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sat, 14 Mar 2026 12:13:45 -0700 Subject: [PATCH] github runners suck --- .github/workflows/release.yml | 6 +----- README.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71ce96cd..2595ae6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,10 +22,6 @@ jobs: args: "--target x86_64-apple-darwin" python-version: "3.12" backend: "pytorch" - - platform: "ubuntu-22.04" - args: "--bundles deb,rpm" - python-version: "3.12" - backend: "pytorch" - platform: "windows-latest" args: "" python-version: "3.12" @@ -150,7 +146,7 @@ jobs: - **macOS (Apple Silicon)**: Download the `aarch64.dmg` file - uses MLX for fast native inference - **macOS (Intel)**: Download the `x64.dmg` file - uses PyTorch - **Windows**: Download the `.msi` installer - - **Linux**: Download the `.AppImage` or `.deb` package + - **Linux**: Compile from source (see README) The app includes automatic updates - future updates will be installed automatically. releaseDraft: true diff --git a/README.md b/README.md index 00eaab6d..b655bfc3 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Voicebox is available now for macOS and Windows. | Windows (MSI) | [Latest Windows MSI](https://github.com/jamiepine/voicebox/releases/latest) | | Windows (Setup) | [Latest Windows Setup](https://github.com/jamiepine/voicebox/releases/latest) | -> **Linux builds coming soon** — Currently blocked by GitHub runner disk space limitations. +> **Linux** — Pre-built binaries are not yet available. Linux users can compile from source, see [Development](#development) below. ---