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
+2
View File
@@ -7,12 +7,14 @@ on:
paths:
- '.github/workflows/build-ubuntu.yml'
- 'linux/ubuntu/**'
- 'build.ps1'
branches:
- 'master'
pull_request:
paths:
- '.github/workflows/build-ubuntu.yml'
- 'linux/ubuntu/**'
- 'build.ps1'
workflow_dispatch:
env:
+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}",