1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 14:55:35 +00:00
krust/src
Jason Hall 1f730645c3
feat: Expand platform support to match Alpine's supported architectures
- Add support for linux/386 (i686-unknown-linux-musl)
- Add support for linux/arm/v6 (arm-unknown-linux-musleabihf)
- Add support for linux/ppc64le (powerpc64le-unknown-linux-musl)
- Add support for linux/s390x (s390x-unknown-linux-musl)
- Add support for linux/riscv64 (riscv64gc-unknown-linux-musl)
- Update platform detection to include all new platforms
- Add tests for all new platform mappings
- Update documentation with installation instructions for all targets
- Add CI job to test extended platform support
- Update development setup docs to mention cargo-zigbuild for full platform support

This allows krust to build images for all platforms supported by Alpine Linux,
making it more versatile for multi-architecture container deployments.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 00:07:56 -04:00
..
builder feat: Expand platform support to match Alpine's supported architectures 2025-06-08 00:07:56 -04:00
cli feat: Add multi-arch support 2025-06-07 22:28:15 -04:00
config Add Cargo.toml-based configuration for base image 2025-06-07 22:14:21 -04:00
image Initial commit: krust - container image build tool for Rust 2025-06-07 20:46:08 -04:00
registry feat: Expand platform support to match Alpine's supported architectures 2025-06-08 00:07:56 -04:00
lib.rs feat: Add multi-arch support 2025-06-07 22:28:15 -04:00
main.rs feat: Add automatic platform detection from base image 2025-06-07 23:57:13 -04:00
manifest.rs feat: Add multi-arch support 2025-06-07 22:28:15 -04:00