This commit is contained in:
Owen
2025-10-16 14:43:11 -07:00
parent 8387571c1d
commit d241dcfb27

View File

@@ -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=<tag>"; \
exit 1; \