increase ulimit (#107)
This commit is contained in:
@@ -7,12 +7,14 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- '.github/workflows/build-ubuntu.yml'
|
- '.github/workflows/build-ubuntu.yml'
|
||||||
- 'linux/ubuntu/**'
|
- 'linux/ubuntu/**'
|
||||||
|
- 'build.ps1'
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/build-ubuntu.yml'
|
- '.github/workflows/build-ubuntu.yml'
|
||||||
- 'linux/ubuntu/**'
|
- 'linux/ubuntu/**'
|
||||||
|
- 'build.ps1'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ ForEach($platform in $platforms.Split(",")) {
|
|||||||
$arguments = @(
|
$arguments = @(
|
||||||
"buildah",
|
"buildah",
|
||||||
"build",
|
"build",
|
||||||
|
"--ulimit=nofile=4096:4096",
|
||||||
"--platform=${platform}",
|
"--platform=${platform}",
|
||||||
"--build-arg=TARGETARCH=$($plat[1])"
|
"--build-arg=TARGETARCH=$($plat[1])"
|
||||||
"--build-arg=NODE_VERSION=${node}",
|
"--build-arg=NODE_VERSION=${node}",
|
||||||
|
|||||||
Reference in New Issue
Block a user