hwittenborn / celeste

GUI file synchronization client that can sync with any cloud provider
GNU General Public License v3.0
1.22k stars 40 forks source link

[Feature]: Support architecture: `aarch64-linux` #226

Closed Lehmanator closed 1 month ago

Lehmanator commented 1 month ago

Feature Description

Add support building the flatpak application for aarch64-linux.

Would be nice to use this application as a flatpak on GNOME mobile, but the flatpak doesn't declare support for the architecture required for most mobile devices.

I have confirmed that the app can be built for aarch64-linux by building and running pkgs.celeste using the Nix package manager on my OnePlus 6T running postmarketOS.

What version of Celeste are you using?

0.8.3

Lehmanator commented 1 month ago

Oops, duplicate of #91 & #123