increase ulimit (#107)

This commit is contained in:
ChristopherHX
2023-09-14 17:22:07 +02:00
committed by GitHub
parent 6c13d58a76
commit 099f64d9b2
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ ForEach($platform in $platforms.Split(",")) {
$arguments = @(
"buildah",
"build",
"--ulimit=nofile=4096:4096",
"--platform=${platform}",
"--build-arg=TARGETARCH=$($plat[1])"
"--build-arg=NODE_VERSION=${node}",