[Feature Request]: Add Flatpak (aarch64) Builds to GitHub Releases for Linux ARM Users #3576
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#3576
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Preflight Checklist
Problem Description
Hello!
While I see that x86_64 Flatpak builds are already included in GitHub Releases (e.g.,
YouTube-Music-3.9.0-x86_64.flatpak
), I’d like to request ARM64 Flatpak support for Linux users on ARM-based hardware (e.g. Ampere devices, Linux ARM tablets, single board computers, Apple Silicon Macs running Linux, etc.).Why This Matters:
Proposed Solution
Modifying
.github/workflows/build.yml
alongside withpackage.json
might work.Alternatives Considered
For Alpine Linux (aarch64), there are no good solutions yet to make it work without problems, so the Flatpak app is favorable. Though it is possible to utilize this youtube-music-3.9.0-arm64.tar.gz build via Distrobox + any glibc Linux distribution. However, this wouldn’t respect Bluetooth audio devices, as it plays audio through its own PulseAudio instance.
Additional Information
No response