Skip to content

Commit

Permalink
🌱 Increase ulimit nofiles on image-build.yaml (#1746)
Browse files Browse the repository at this point in the history
Builds keep failing with EMFILE errors, so follow the advice from a
similar issue work around:
npm/cli#4783 (comment)

---------

Signed-off-by: Scott Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed Mar 6, 2024
1 parent 8ec8083 commit 3e3d690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
image_name: "tackle2-ui"
containerfile: "./Dockerfile"
architectures: '[ "amd64", "arm64", "ppc64le", "s390x" ]'
extra-args: "--ulimit nofile=4096:4096"
secrets:
registry_username: ${{ secrets.QUAY_PUBLISH_ROBOT }}
registry_password: ${{ secrets.QUAY_PUBLISH_TOKEN }}

0 comments on commit 3e3d690

Please sign in to comment.