Skip to content

Commit

Permalink
fix: Add cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakide committed Nov 6, 2023
1 parent c7530d7 commit 91d30ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
uses: docker/setup-qemu-action@v1
with:
platforms: amd64,arm64
- name: free disk space
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
df -h
- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit 91d30ed

Please sign in to comment.