diff --git a/build_release.sh b/build_release.sh index afdbbb2..809c2a5 100755 --- a/build_release.sh +++ b/build_release.sh @@ -30,6 +30,10 @@ pushd sw/bootloader popd +# Cleanup docker space +docker image prune -a + + # Build UltraCIC-III pushd sw/cic echo "Building UltraCIC-III"