aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml2
-rw-r--r--Makefile10
2 files changed, 11 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 3c1316e..46eac17 100644
--- a/.build.yml
+++ b/.build.yml
@@ -24,7 +24,7 @@ environment:
GPG_TTY: /dev/pts/0
secrets:
- a1e0e3da-c1ad-473a-ad69-8878f267a628
- - b35c93ec-3185-48cb-ac85-587877e33f3f
+ - eaecf3b4-a508-4fa6-a36e-6b9ed4468eae
- f80356df-eb81-487f-8739-fbf08bf204dc
- 05763ec6-2f17-46b5-90f6-963482975b8b
tasks:
diff --git a/Makefile b/Makefile
index f9133e2..aac7b92 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,16 @@ distribute: distribute-rpm distribute-deb distribute-tar distribute-flatpak
release: package distribute
+# We can't do cross compile, so for now let's just make it easy to release
+# on arm here
+arm:
+ifneq ($(channel),)
+ $(MAKE) -e profile=release -e channel=$(channel) -e target=aarch64-unknown-linux-gnu release
+else
+ $(MAKE) -e profile=release -e channel=unstable -e target=aarch64-unknown-linux-gnu release
+endif
+
+
# Installation #################################################################
install: build