From d241dcfb27069667af49798b160a7ed61d4a8be5 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 16 Oct 2025 14:43:11 -0700 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \