]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Makefile
Use aarch64
[rbdr/lyricli] / Makefile
index d8a7b6260da6e557ec071ded713297baba2eaedc..07cc42f01d45e60f465f3d1e026eae602a7eba71 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -73,9 +73,9 @@ endif
 
 ci:
 ifeq ($(GIT_REF),refs/heads/main)
-       $(MAKE) -e profile=release -e channel=unstable package
+       $(MAKE) -e profile=release -e channel=unstable $(target)
 else ifneq (,$(findstring refs/tags/,$(GIT_REF)))
-       $(MAKE) -e profile=release -e channel=$(subst refs/tags/,,$(GIT_REF)) package
+       $(MAKE) -e profile=release -e channel=$(subst refs/tags/,,$(GIT_REF)) $(target)
 endif
 
 .PHONY: default build $(architectures) rpm package prepare set_rust ci release