Skip to content

Commit

Permalink
fix(cache): make sure we nuke the architecture specific image
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Sep 26, 2022
1 parent 731524b commit 85d7756
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ cleanup: cleanup-tests cleanup-build
-rm -rf output/*
-git submodule deinit -f .
-docker rmi $(KONG_TEST_IMAGE_NAME)
-docker rmi amd64-$(KONG_TEST_CONTAINER_TAG)
-docker rmi arm64-$(KONG_TEST_CONTAINER_TAG)


update-cache-images:
ifeq ($(BUILDX),false)
Expand Down

0 comments on commit 85d7756

Please sign in to comment.