Skip to content

Commit cdb2863

Browse files
committed
docker rmi
1 parent 70131c8 commit cdb2863

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/c/h3-java/build-h3.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ for image in android-arm android-arm64 linux-arm64 linux-armv5 linux-armv7 linux
210210
if [ -e $BUILD_ROOT/lib/libh3-java.dll ]; then cp $BUILD_ROOT/lib/libh3-java.dll $OUTPUT_ROOT ; fi
211211

212212
if $SYSTEM_PRUNE; then
213+
# Remove the image we just ran
214+
docker rmi dockcross/$image:$DOCKCROSS_TAG
215+
# Aggressively try to free more disk space
213216
docker system prune --force --all
214217
docker system df
215218
rm $BUILD_ROOT/dockcross

0 commit comments

Comments
 (0)