From 7e2824e07a2ea89ea14ec593e64d9b41ff79f42d Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 30 Jan 2024 17:40:12 +1100 Subject: [PATCH] gh workflow: eco - raise ulimit nofile Should be this already: https://github.com/containers/buildah/commit/a2b018430df1e8e89b23cb5bfa49e4d3517e1c2d --- .github/workflows/eco_containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/eco_containers.yml b/.github/workflows/eco_containers.yml index c17fb222..36ca3a6b 100644 --- a/.github/workflows/eco_containers.yml +++ b/.github/workflows/eco_containers.yml @@ -46,6 +46,7 @@ jobs: context: ${{ env.WORKDIR }} archs: ${{ matrix.archs }} oci: true + extra-args: --ulimit nofile=1048576:104857 - name: Check for registry credentials if: > github.ref == 'refs/heads/main' &&