Skip to content

Commit 00acc66

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 5aac3b3 commit 00acc66

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
@@ -158,3 +158,8 @@ optimize-screenshots:
158158
full-build: check-proofs build icons lint-ext security-scan build-ext
159159
@echo "✓ Full build complete"
160160
@ls -lh extension/web-ext-artifacts/
161+
162+
# [AUTO-GENERATED] Multi-arch / RISC-V target
163+
build-riscv:
164+
@echo "Building for RISC-V..."
165+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)