Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Dec 6, 2023
1 parent 3d24737 commit c017c98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions images/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build-rootfs:
if [ "$(PUSH)" = "true" ]; then \
echo "Pushing image: $$image"; \
docker push $$image; \
fi \
fi; \
docker image prune -a -f; \
fi; \
done
Expand All @@ -61,8 +61,7 @@ build-kernel: initrd-builder
if [ "$(PUSH)" = "true" ]; then \
echo "Pushing image: $$image"; \
docker push $$image; \
fi \
docker image prune -a -f; \
fi; \
fi; \
done

Expand Down

0 comments on commit c017c98

Please sign in to comment.