Fix AppImage creation: add FUSE workaround for Docker

- Added APPIMAGE_EXTRACT_AND_RUN=1 environment variable
- This enables AppImage tools to work without FUSE in Docker containers
- Core build already succeeds, this fixes the final AppImage packaging step
This commit is contained in:
Zephyron
2025-09-18 18:59:51 +10:00
parent 87d328d080
commit e01fddcea7

View File

@@ -88,6 +88,8 @@ build-linux:
- echo "Checking library dependencies..."
- ldd build/bin/citron || echo "citron binary not found or ldd failed"
- chmod +x AppImage-build-local.sh
- echo "Attempting AppImage build with FUSE workaround..."
- export APPIMAGE_EXTRACT_AND_RUN=1
- ./AppImage-build-local.sh || echo "AppImage build failed, continuing..."
artifacts:
paths: