Skip to content

Commit 97ecb0e

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent c1ef121 commit 97ecb0e

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
@@ -58,3 +58,8 @@ deploy:
5858
# Validate zone file syntax
5959
validate file:
6060
cargo run --bin hesinfo -- validate {{file}}
61+
62+
# [AUTO-GENERATED] Multi-arch / RISC-V target
63+
build-riscv:
64+
@echo "Building for RISC-V..."
65+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)