TheAssassin
TheAssassin
Nope. That's why I am asking for the background. If we have to cross-compile, I'd rather know for which platforms.
We've used qemu for ARM, but we're not fans of it. It severely increases the build times.
Have you tried running the AppImage output plugin separately? It looks like a FUSE issue in some containerized environment at a first glance. I'm not sure how to reproduce this....
You can run the plugin that is included in the AppImage by extracting linuxdeploy (by running it with `--appimage-extract`), then running the `linuxdeploy-plugin-appimage` binary in there against your AppDir.
Please don't hesitate to open a PR.
I ran into the same issue, and I don't seem to be able to work around it. The issue is caused by the fact that the module is needed in...
``` pipx inject ansible uptime-kuma-api==1.2.1 ``` It's the equivalent of running pip in there to install the module mentioned in the README. However, it does not solve the problem.
I debugged the problem further. The issue is linked to how ansible runs modules on remote hosts. And yes, now it seems quite a bit more obvious to me than...
What seems to work is to use `delegate_to: 127.0.0.1` in all respective tasks.
Do we even support this key? I can't remember ever seeing it. Grepping in libappimage and appimagetool yields no results.