mirror of
https://github.com/imjasonh/krust
synced 2026-07-07 22:35:25 +00:00
- Detect supported platforms by inspecting the base image manifest - Build for all platforms supported by the base image by default - Filter out invalid/unknown platforms from manifest - Normalize platform variants (e.g., linux/arm64/v8 -> linux/arm64) - Only include platforms that krust supports - Deduplicate normalized platforms - Allow explicit --platform to override automatic detection - Add tests for platform detection functionality - Add test case for Alpine base image with many platforms - Update documentation to explain the new behavior This makes multi-arch builds more intuitive - if your base image supports multiple platforms, krust will automatically build for all supported ones. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| integration_test.rs | ||