aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 00:00:21 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 00:00:21 +0100
commitd62c4ea8debf01c2e251ef0c2520f947662f6c52 (patch)
tree428ece6cf2d23cf3af837cff1fd87f154b95d03b /Makefile
parentb6798535a5796433d2fe13025b1750dd5353fd01 (diff)
Do CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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