Skip to content

Commit

Permalink
fix(ci): update linux-arm64 w/docker prune command
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Mar 2, 2021
1 parent d947579 commit 049dee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
needs: release
runs-on: ubuntu-arm64-latest
steps:
- name: Prune docker images
run: docker system prune -af
- uses: actions/checkout@v1
- name: Download npm package
uses: actions/download-artifact@v2
Expand All @@ -105,9 +107,7 @@ jobs:
name: release-packages
path: ./release-packages
- name: Remove docker images
run: |
docker rm $(docker ps -aq)
docker rmi $(docker images -q)
run: docker system prune -af

macos-amd64:
needs: release
Expand Down

0 comments on commit 049dee3

Please sign in to comment.