AppImage packaging: containerized build, host-only py_func/lua_func

build.sh runs appimage-builder in a Debian Bookworm container (Podman or
Docker) so it works on Arch / non-Debian hosts. Uses single src/requirements.txt;
TESTIUM_VERSION exported in runtime.env.
This commit is contained in:
2026-05-07 10:05:58 +02:00
parent 6064d96138
commit 405fb82fca
4 changed files with 55 additions and 16 deletions

1
.gitignore vendored
View File

@@ -26,6 +26,7 @@ package/appimage/*.AppImage
package/appimage/src
package/appimage/*.py
AppDir
*.squashfs
doc/manual/doxygen
doc/manual/sphinx/build/*
doc/manual/sphinx/source/_build/*