make: clean buildx builder as well

This commit is contained in:
Felipe M 2022-08-13 09:49:00 +02:00
parent 703ad2e8c4
commit a37df10d54
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 0 deletions

View File

@ -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