You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds support for building Coder on RISC-V architecture:
- Added linux_riscv64 to OS_ARCHES for regular builds
- Added linux_riscv64 to ARCHIVE_TAR_GZ for archive creation
- Added linux_riscv64 to PACKAGE_OS_ARCHES for packages
- Added riscv64 to DOCKER_ARCHES for Docker images
- Created new make targets:
- build-slim-riscv64: Builds only the slim RISC-V binary
- build-fat-riscv64: Builds only the fat RISC-V binary
- build-riscv64: Builds both slim and fat RISC-V binaries
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments