From a37df10d54f8c48791f9d48b43f380fd3c8a180e Mon Sep 17 00:00:00 2001 From: Felipe M Date: Sat, 13 Aug 2022 09:49:00 +0200 Subject: [PATCH] make: clean buildx builder as well --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9ff22f1..2b4181d 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ clean: ### clean test cache, build files $(info: Make: Clean) @rm -rf ${BUILDS_PATH} @go clean ${CLEAN_OPTIONS} + @docker buildx rm ${PROJECT_NAME}_builder .PHONY: build build: clean ### builds the project for the setup os/arch combinations