#ppc64le support?
2 messages · Page 1 of 1 (latest)
to be completely honest, i don't think this is something we want to invest much time in ourselves (we couldn't test it ourselves either), but at least webkitgtk does seem to somehow support it, so maybe the .deb bundle could work (after changing the bundler so that it knows this arch exists).
Before that you could try if a tauri app runs on that platform, either by running tauri dev on said system, or by cross-compiling it (via cargo build, not tauri build) and then manually installing the app's dependencies on the test platform