feat(edge): Enabled the buildkit docker driver for rootless operation, but with appamor requirement instead
Some checks failed
build / build (push) Successful in 1m9s
Go Tests / go-tests (push) Failing after 1m14s

This commit is contained in:
Richard Robert Reitz 2025-10-28 15:30:10 +01:00
parent fe530636d4
commit 40dec1b6fd
3 changed files with 3 additions and 2 deletions

View file

@ -39,4 +39,6 @@ forgejo-runner generate-config > config.yml;
unset RUNNER_SECRET
unset BEARER_TOKEN
docker buildx create --use --name sidecar unix:///run/user/1000/buildkit/buildkitd.sock
/bin/forgejo-runner --config config.yml daemon