X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d62c4ea8debf01c2e251ef0c2520f947662f6c52..b12f5ad81b52ba47ac8859ae5d8fe32ec211fe57:/Makefile diff --git a/Makefile b/Makefile index d4fc301..0a4d393 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,9 @@ package: $(architectures) ci: ifeq ($(GIT_REF),refs/heads/main) - @$(eval channel=unstable) + $(MAKE) -e profile=release -e channel=unstable package else ifneq (,$(findstring refs/tags/,$(GIT_REF))) - @$(eval channel=$(subst refs/tags/,,$(GIT_REF))) -endif -ifneq ($(channel),) - $(MAKE) -e profile=release -e channel=$(channel) package + $(MAKE) -e profile=release -e channel=$(subst refs/tags/,,$(GIT_REF)) package endif .PHONY: default build $(architectures) rpm package prepare set_rust ci release