Skip to content

Commit

Permalink
Merge pull request #950 from turetske/runner-size-issues
Browse files Browse the repository at this point in the history
Updating GitHub Actions to deal with size issues
  • Loading branch information
haoming29 authored Mar 18, 2024
2 parents f135cbe + 4c25555 commit 3221996
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-prod-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
with:
buildkitd-flags: --debug

# Free disk space
- name: Free Disk space
shell: bash
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
- name: Build and push Docker images
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 3221996

Please sign in to comment.