build: Set ulimit on container

This was necessary on some machines.
This commit is contained in:
cloudhead 2024-05-15 12:24:44 +02:00
parent a6cb4d0f48
commit b195a3eb35
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ main() {
--env GIT_COMMIT_TIME=$SOURCE_DATE_EPOCH \
--env GIT_HEAD=$rev \
--env RADICLE_VERSION=$version \
--ulimit=nofile=131072:1048576 \
--arch amd64 --tag $image -f ./build/Dockerfile - < $gitarchive
echo "Creating container (radicle-build-container).."