Skip to content

Commit

Permalink
maximize build space
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Feb 11, 2024
1 parent dcba175 commit c4ed9c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-system-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ jobs:
display_version: ${{ steps.build_image.outputs.display_version }}
image_filename: ${{ steps.build_image.outputs.image_filename }}
steps:
- name: Maximize build space
run: |
df -h
rm -rf /usr-host/share/dotnet
rm -rf /usr-host/share/swift
rm -rf /usr-host/share/java
rm -rf /usr-host/local/lib/android
rm -rf /opt-host/ghc
rm -rf /opt-host/hostedtoolcache
rm -rf /opt-host/az
df -h
- uses: actions/checkout@v3
- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit c4ed9c9

Please sign in to comment.