diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 10:46:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 10:46:42 -0500 |
| commit | 8326f9b6ed478a9c86ade42953f4ff0b52b6debc (patch) | |
| tree | cea4ccc5c3ccbe4a5fa698698d297626c3a8fc22 /Makefile | |
| parent | 5f1228689dd3d572750caaf6366a842c21c49f0c (diff) | |
try and get some riscv64 builds
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
