Skip to content

Commit

Permalink
gh workflow: eco - raise ulimit nofile
Browse files Browse the repository at this point in the history
Should be this already:

containers/buildah@a2b0184
  • Loading branch information
grooverdan committed Jan 30, 2024
1 parent a8172df commit 7b9c00d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eco_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
context: ${{ env.WORKDIR }}
archs: ${{ matrix.archs }}
oci: true
extra-args: --ulimit nofile=16384:16384
- name: Check for registry credentials
if: >
github.ref == 'refs/heads/main' &&
Expand Down

0 comments on commit 7b9c00d

Please sign in to comment.