This commit is contained in:
Fuyao Zhao
2025-08-31 11:05:59 +08:00
parent ca650a09e7
commit f05e6b6f6e

View File

@ -2,7 +2,7 @@
.DEFAULT_GOAL := help
GIT_SHA ?= $(shell git rev-parse HEAD)
GIT_TAG ?= $(shell git describe --tags --abbrev=0)
GIT_TAG ?= $(shell git describe --tags --abbrev=0 2>/dev/null || echo "latest")
BIN_DIR = "dist/bin"
# List of features to use when building. Can be overridden via the environment.