Skip to content

Commit

Permalink
Attempt to free space from docker composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPGlaser committed Feb 23, 2024
1 parent c487b17 commit 7a15d9e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test_Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,22 @@ env:
TEST_TAG: ipta-env:test

jobs:
build-apptainer-image:
build-docker-image:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
max-parallel: 5
steps:
- name: Maximize Build Space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 35000
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 7a15d9e

Please sign in to comment.