Skip to content

Add ARM64 support to CI and Distro channel#51

Open
ooaklee wants to merge 2 commits into
TheAlexDev23:mainfrom
ooaklee:main
Open

Add ARM64 support to CI and Distro channel#51
ooaklee wants to merge 2 commits into
TheAlexDev23:mainfrom
ooaklee:main

Conversation

@ooaklee

@ooaklee ooaklee commented Jul 24, 2026

Copy link
Copy Markdown

A small tweak to add support for ARM64 distribution so others on devices like my Snapdragon X Elite Surface Pro 11 (running Linux) can use this great tool with minimal effort.

ooaklee and others added 2 commits July 19, 2026 06:46
…nnels (#1)

The Rust codebase has always been architecture-agnostic, but distribution
pipeline was x86_64-only. This commit adds ARM (aarch64) support so users
on Raspberry Pi, Apple Silicon (Asahi Linux), Snapdragon X Elite, and
server-grade Ampere Altra can install via apt, AUR, and OBS without
building from source.

CI/CD (deploy_commit.yaml, deploy_release.yaml):
- Convert check_and_format and build_and_distropack jobs to a build matrix
  targeting both x86_64 (ubuntu-24.04) and aarch64 (ubuntu-24.04-arm)
- Use per-architecture DistroPack package IDs via secrets for aarch64
- Add matrix-aware job naming to distinguish arch-specific runs

AUR PKGBUILD generators (8 files):
- Update arch arrays from arch=('x86_64') to arch=('x86_64' 'aarch64')
  across all variants: daemon, gtk, webview, tray (stable + git)

Documentation:
- Add ADR-001 detailing the decision, rationale, and consequences
- Add ADR template for future architecture decisions
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.

1 participant