From e85966c361396745bc6db31c4257d7706bcf3ea9 Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Wed, 29 Oct 2025 11:29:22 +0100 Subject: [PATCH] feat(edge): Enabled the buildkit docker driver for rootless operation, but with appamor requirement instead --- runner/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index c0db935..7576b45 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -41,4 +41,4 @@ unset BEARER_TOKEN docker buildx create --use --name sidecar unix:///run/user/1000/buildkit/buildkitd.sock -/bin/forgejo-runner --config config.yml daemon +/bin/forgejo-runner --config config.yml one-job