summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 11:03:12 -0500
committerJeff Carr <[email protected]>2025-10-14 11:03:12 -0500
commit9e050e2dcb158e426d6f6e5c167de6d4307c4064 (patch)
tree08f7865d594947fcaca581f841d1f67266a9bef0
parent7eb9671e9b7df6b172d7b6815c7b0614e1ed807f (diff)
do amd64 also
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5a51a3e..bedfca4 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,9 @@ deb-with-commits-all-riscv64:
rm -f ~/incoming/*.deb
forge commit --all
forge normal
+ wit build deb --all --force
wit build deb --all --force --arch riscv64
+ wit build deb --all --force --arch amd64
all:
forge commit --all