Architecture compatibility? #192
-
I noticed in the readme that Clifm works on x86 and ARM. Is this just the architectures it's been tested with, or does it really only support those two? If it only supports those two, then that's a problem. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 20 replies
-
Hi @Slackadays. No tests have been made beyond X86 and ARM, though it will most likely work on other architectures (as far as I know, there's nothing architecture-specific in clifm's code). |
Beta Was this translation helpful? Give feedback.
-
You could add a bunch of build and test GH actions to verify that clifm works everywhere, kind of like Clipboard does. I noticed that the only real action right now verifies building on one platform. Does that sound like a reasonable proposition? |
Beta Was this translation helpful? Give feedback.
-
Hi @Slackadays! Forgot to say that we've been successfully building distro-specific packages for over a year (using the OpenSUSE Build System) for these architectures: |
Beta Was this translation helpful? Give feedback.
Hi @Slackadays. No tests have been made beyond X86 and ARM, though it will most likely work on other architectures (as far as I know, there's nothing architecture-specific in clifm's code).