rpmfusion-infra / fedy

Fedy makes it easy to install third-party software in Fedora.
GNU General Public License v3.0
185 stars 20 forks source link

Support for arm architectures #93

Open tenfourty opened 2 years ago

tenfourty commented 2 years ago

Is your feature request related to a problem? Please describe. Could you please add support for arm architectures (currently only x86 is supported).

Describe the solution you'd like An aarch64 build of fedy.

Describe alternatives you've considered I tried installing from source and fedy works just fine, but it would be great if the standard install instructions from copr supported aarch64 as well.

kwizart commented 2 years ago

fedy as such is noarch, so it's only a matter to install the x86_64 repository on aarch64 manually.

I wonder if copr could assume x86_64 when only noarch packages are built instead of duplicate build target...

For the record, which fedy module do you have tested on aarch64 ?

tenfourty commented 2 years ago

I think copr is assuming x86_64 so on an aarch64 machine the repo doesn't work (it complains about the repo having the wrong architecture). Perhaps you need to make a change to mark the repo as noarch? I used a few fedy modules - chromium, vscode, multimedia codecs etc.

kwizart commented 2 years ago

Forwarded as a bug at https://pagure.io/copr/copr/issue/2017

kwizart commented 9 months ago

See also (if it fixes the aarch64 problem) ? https://github.com/fedora-copr/copr/issues/972#issuecomment-1645550282