Skip to content

Commit

Permalink
Somme GH runners are out of space
Browse files Browse the repository at this point in the history
The build of rhel9 images needs more space.
  • Loading branch information
fauust committed Sep 28, 2023
1 parent def63f3 commit c0d0911
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bb_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ jobs:
- name: Check multi-arch container (rhel)
if: ${{ env.BUILD_RHEL == 'true' }}
run: |
# make space on the runner (rhel9 can't finish otherwise)
if [[ -d $HOME/.local/share/containers ]]; then
sudo rm -rf $HOME/.local/share/containers
fi
for p in ${{ matrix.platforms }}; do
platform="${p/,/}"
image="localhost:5000/bb-worker:${{ env.IMG }}"
Expand Down

0 comments on commit c0d0911

Please sign in to comment.