diff --git a/Makefile b/Makefile index 277fa336..c90bd180 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ major_tag := $(shell echo $(tag) | cut -d. -f1) minor_tag := $(shell echo $(tag) | cut -d. -f1,2) -build-release-arm: +build-release: @if [ -z "$(tag)" ]; then \ echo "Error: tag is required. Usage: make build-release tag="; \ exit 1; \