Skip to content

Commit

Permalink
Clean in setup workflow to reduce storage usage
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
  • Loading branch information
giggsoff committed Aug 5, 2023
1 parent a676242 commit b44cdbb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/eden_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
branches: [master]

jobs:
integration:
setup:
runs-on: ubuntu-22.04
steps:
- name: setup
Expand All @@ -29,6 +29,10 @@ jobs:
run: |
make LINUXKIT_TARGET=build DOCKER_PLATFORM=linux/arm64 build-docker
make LINUXKIT_TARGET=build DOCKER_PLATFORM=linux/amd64 build-docker
- name: cleanup
run: |
rm -fr ~/.linuxkit
docker system prune --all --force --volumes
- name: build eden
run: |
make clean
Expand Down

0 comments on commit b44cdbb

Please sign in to comment.