Skip to content

Commit

Permalink
Workaround file handles limit when building container
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz committed Apr 16, 2024
1 parent 67da203 commit de6d7e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
platforms: linux/amd64, linux/arm64
containerfiles: |
./Dockerfile
extra-args: |
--ulimit nofile=4096:4096
- name: Push To quay.io
uses: redhat-actions/push-to-registry@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ jobs:
platforms: linux/amd64
containerfiles: |
./Dockerfile
extra-args: |
--ulimit nofile=4096:4096

0 comments on commit de6d7e4

Please sign in to comment.