New: Add Linux ARM64 standalone binary and desktop builds#1092
Merged
New: Add Linux ARM64 standalone binary and desktop builds#1092
Conversation
fd775a4 to
1a9a5f5
Compare
- Add ubuntu-24.04-arm to CI build matrix for both release and develop workflows, producing linux-arm64 standalone binary and ARM64 .deb desktop installer - Add explicit arch field to all matrix entries and unify all platforms (macOS, Windows, Linux) to use matrix.arch instead of runtime uname -m detection or hardcoded values - Add qbit-manage-linux-arm64 to Tauri sidecar binary lookup in main.rs - Add qbit-manage-linux-arm64 to release asset collection - Update Installation wiki docs with ARM64 Linux entries for both Desktop App and Standalone Binary sections - Add new Contributing & Building wiki page with dev setup, make targets, build instructions (PyInstaller, Tauri, Docker), and project structure - Link Contributing page from Home and Sidebar
1a9a5f5 to
d175e37
Compare
- Windows: qBit.Manage_<version>_x64-desktop-installer-setup.exe - macOS: qBit.Manage_<version>_aarch64-desktop-installer.dmg - Added xattr -cr instructions for macOS (unsigned binary/app) - Contributing.md: fix table heading to "Common Make Targets"
bobokun
approved these changes
Feb 27, 2026
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.
Summary
ubuntu-24.04-armto the CI build matrix (both release and develop workflows)qbit-manage-linux-arm64standalone binary and ARM64.debdesktop installerarchfield to all matrix entries for consistencyBUILD_ARCHdetection to usematrix.archdirectly instead of runtime detectionWhat this enables
.debdesktop installer with the Tauri GUIChanges
.github/workflows/version.yml— ARM64 matrix entry, arch-aware rename/copy/artifact steps.github/workflows/develop.yml— identical changes for develop buildsNotes
linux/arm64via QEMU — this change adds native binary/desktop buildsubuntu-24.04-armrunners are free for public repos (GitHub announcement)Test plan
qbit-manage-linux-arm64binary appears in artifacts.debdesktop installer appears in artifacts