From 8326f9b6ed478a9c86ade42953f4ff0b52b6debc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 14 Oct 2025 10:46:42 -0500 Subject: try and get some riscv64 builds --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3