summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 10:46:42 -0500
committerJeff Carr <[email protected]>2025-10-14 10:46:42 -0500
commit8326f9b6ed478a9c86ade42953f4ff0b52b6debc (patch)
treecea4ccc5c3ccbe4a5fa698698d297626c3a8fc22 /Makefile
parent5f1228689dd3d572750caaf6366a842c21c49f0c (diff)
try and get some riscv64 builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5354e43..5a51a3e 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,14 @@ deb-with-commits-all:
forge normal
wit build deb --all --force
+deb-with-commits-all-riscv64:
+ make commit
+ make merge
+ rm -f ~/incoming/*.deb
+ forge commit --all
+ forge normal
+ wit build deb --all --force --arch riscv64
+
all:
forge commit --all
forge merge --all