X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/b6798535a5796433d2fe13025b1750dd5353fd01..d62c4ea8debf01c2e251ef0c2520f947662f6c52:/Makefile diff --git a/Makefile b/Makefile index cd18319..d4fc301 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ else ifneq (,$(findstring refs/tags/,$(GIT_REF))) @$(eval channel=$(subst refs/tags/,,$(GIT_REF))) endif ifneq ($(channel),) - $(MAKE) -e channel=$(channel) package + $(MAKE) -e profile=release -e channel=$(channel) package endif .PHONY: default build $(architectures) rpm package prepare set_rust ci release