diff --git a/.forgejo/workflows/build-artifacts.yml b/.forgejo/workflows/build-artifacts.yml index efd4667..84afcbf 100644 --- a/.forgejo/workflows/build-artifacts.yml +++ b/.forgejo/workflows/build-artifacts.yml @@ -53,9 +53,9 @@ jobs: --shm-size=2g --tmpfs=/tmp:size=4g,exec --tmpfs=/var/tmp:size=2g,exec - # Security and stability options - --security-opt=no-new-privileges - --cap-drop=ALL + # Security and stability options (relaxed for apt operations) + --security-opt=no-new-privileges + --user=root --ulimit=nofile=65536:65536 --ulimit=nproc=32768:32768 steps: