Add Linux release (AppImage) + native build smoke test - #213
Merged
Conversation
The engine already compiled for Linux (midir/ALSA, non-macOS transport path); this adds the missing release plumbing. - Commit the Linux runner scaffold (mirrors the committed windows/), with APPLICATION_ID and window title corrected to match the other platforms. - release.yml: ubuntu-latest matrix entry — GTK/ALSA/GStreamer deps, flutter build linux --release, AppImage packaging. - ci.yml: build-linux smoke test so link/plugin regressions fail PRs instead of surfacing at tag time. - README: note committed platform folders + AppImage download. Flash-overlay stays macOS/Windows-only (gated by supportsFlashOverlay), so no Linux native channel is needed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Satisfies the CI `dart format --set-exit-if-changed` gate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
CLAUDE.md and the README list Linux as a target platform, but there was no Linux build in the release pipeline. The engine already compiled for Linux (MIDI via ALSA/
midir, transport on the non-macOS path); this adds the missing release plumbing.Changes
patch_app/linux/— committed the Flutter Linux runner scaffold (mirrors the committedwindows/).APPLICATION_IDand the GTK window title corrected to match the other platforms (com.patch.app/Patch).release.yml—ubuntu-latestmatrix entry: GTK/ALSA/GStreamer apt deps,flutter build linux --release, and AppImage packaging →Patch-<version>-linux-x86_64.AppImage, wired into the upload glob and the draft-releasefiles:.ci.yml—build-linuxsmoke-test job (flutter build linux --debug) mirroringbuild-macos, so Linux link/plugin regressions fail PRs instead of surfacing at tag time.README.md— platform folders are committed; added an AppImage download note.Notes
supportsFlashOverlay), so no Linux native method channel is needed.computeDataDir()→~/.local/share/Patchon Linux.Verification
flutter analyzeclean; all 300 Flutter tests pass; both workflows valid YAML.build-linuxCI job on this PR.🤖 Generated with Claude Code