Replies: 1 comment 3 replies
|
You're referring to what Apple calls a "fat binary". This simply doesn't exist in Linux, at least not standardized. Attempts to bring this to Linux were made decades(!) ago with FatELF, but I'm not aware of any distributions that would ship support for it. (Technically, one could make this work with Therefore, there is no such tooling available. As long as fat binaries are not widely supported within Linux, there's not much of a point doing so other than a technical demo. And that wouldn't be worth it, really, we know that the concept works. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Like macOS universal app, an AppImage bundle both x86_64 and aarch64 binaries, and can run on both CPU architecture. This will make AppImage even more portable.
All reactions