Skip to content

Add macOS and Linux release builds#2

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-linux-and-mac-support
Draft

Add macOS and Linux release builds#2
Copilot wants to merge 2 commits intomainfrom
copilot/add-linux-and-mac-support

Conversation

Copy link
Contributor

Copilot AI commented Mar 12, 2026

Release workflow was Windows-only. This adds macOS and Linux CI jobs and documents cross-platform support.

Workflow (release.yml)

  • Added release-macos job (macos-latest) — builds .dmg, uploads to the release
  • Added release-linux job (ubuntu-latest) — builds .AppImage + .deb, uploads to the release
  • Both new jobs need: release-windows to avoid race conditions on release creation; macOS and Linux then run in parallel

Build config (electron-builder.yml)

  • Removed snap from Linux targets — snapcraft is not reliably available on standard GitHub runners; AppImage and deb are retained

Docs (README.md)

  • Added Windows / macOS / Linux platform badges
  • Added Download section with a per-platform artifact format table pointing to the Releases page

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: KidiXDev <100352770+KidiXDev@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for Linux and macOS, create release workflow Add macOS and Linux release builds Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants