Skip to content

Commit e28265b

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 9c7bdcb commit e28265b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,8 @@ check: lint test
6363
# Prepare a release
6464
release VERSION:
6565
@echo "Releasing {{VERSION}}..."
66+
67+
# [AUTO-GENERATED] Multi-arch / RISC-V target
68+
build-riscv:
69+
@echo "Building for RISC-V..."
70+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)