mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-31 23:03:33 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user