]> git.r.bdr.sh - rbdr/blog/blobdiff - Makefile
Do CI
[rbdr/blog] / Makefile
index cd1831972db67a6f074d796614d9a5787733053a..d4fc301202576af5ab69568397532373297bce42 100644 (file)
--- 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