Find a file
XargonWan 52bf1bd6ba
Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled
Update README.md
2024-11-05 13:55:42 +01:00
.github/workflows Fixing registry names 2024-11-05 14:32:53 +09:00
Dockerfile Added --disable-rofiles-fuse 2024-11-05 21:15:02 +09:00
flatpak-build.sh Basing the container on the official flatpak builder container to avoid duse issues. for real 2024-11-05 16:33:36 +09:00
README.md Update README.md 2024-11-05 13:55:42 +01:00

NOT WORKING

Until flapak can solve the issue of bwrap

retrodeck-builder

A docker container to ease RetroDECK's build

Example usage:

docker run --rm \
            -v "$PWD:/workspace" \
            -w /workspace \
            ghcr.io/retrodeck/retrodeck-builder:latest \
            --force-clean \
            --repo="/workspace/repo" \
            "/workspace/build-dir" \
            "net.retrodeck.retrodeck.yml"