fix: ignore error on dockerx build rm

This commit is contained in:
Felipe M 2022-08-13 11:05:16 +02:00
parent e743a95d91
commit 166c4089ef
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +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
@-docker buildx rm ${PROJECT_NAME}_builder
.PHONY: build
build: clean ### builds the project for the setup os/arch combinations