Skip to content

Commit

Permalink
Reapply "Support new ubuntu-24 images (icosa-foundation#799)"
Browse files Browse the repository at this point in the history
This reverts commit 86284d8.
  • Loading branch information
AoZhui committed Dec 24, 2024
1 parent aa7ca7e commit dd36665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
echo "Initial free space"
df -h /
echo "Removing all pre-loaded docker images"
docker rmi $(docker image ls -aq) # Removes ~3GB
docker image ls -aq | xargs -r docker rmi # Removes ~3GB
df -h /
echo "Listing 100 largest packages"
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn | head -n 100
Expand Down

0 comments on commit dd36665

Please sign in to comment.