Skip to content

Commit 475830f

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 3306993 commit 475830f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ check: lint test
3131
release VERSION:
3232
@echo "Releasing {{VERSION}}..."
3333

34+
35+
# [AUTO-GENERATED] Multi-arch / RISC-V target
36+
build-riscv:
37+
@echo "Building for RISC-V..."
38+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)