aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 17:58:44 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 18:06:41 +0100
commit37dcd1efba3fb9a890476c5e00ec97c8f2ed64bd (patch)
treef4cb6dffa776ff6818a48bc1c003f405eb5c3843 /Makefile
parent0d854c171a67b6da7e3d3ed040f00d808be6f4da (diff)
Replace secret
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
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