Skip to content

Commit 1b0ad9d

Browse files
authored
Merge pull request #816 from ekristen/fix-cleanup
fix(workflows): cleanup so builds work
2 parents 5949102 + e89356f commit 1b0ad9d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}
4848
password: ${{ secrets.GITHUB_TOKEN }}
49+
- run: df -h
50+
- name: cleanup
51+
run: |
52+
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
53+
sudo docker image prune --all --force
54+
sudo docker builder prune -a
55+
- run: df -h
4956
- name: install cosign
5057
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
5158
- name: install quill

0 commit comments

Comments
 (0)