build: Set ulimit on container
This was necessary on some machines.
This commit is contained in:
parent
a6cb4d0f48
commit
b195a3eb35
|
|
@ -46,6 +46,7 @@ main() {
|
||||||
--env GIT_COMMIT_TIME=$SOURCE_DATE_EPOCH \
|
--env GIT_COMMIT_TIME=$SOURCE_DATE_EPOCH \
|
||||||
--env GIT_HEAD=$rev \
|
--env GIT_HEAD=$rev \
|
||||||
--env RADICLE_VERSION=$version \
|
--env RADICLE_VERSION=$version \
|
||||||
|
--ulimit=nofile=131072:1048576 \
|
||||||
--arch amd64 --tag $image -f ./build/Dockerfile - < $gitarchive
|
--arch amd64 --tag $image -f ./build/Dockerfile - < $gitarchive
|
||||||
|
|
||||||
echo "Creating container (radicle-build-container).."
|
echo "Creating container (radicle-build-container).."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue