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
Currently, our image builder supports a limited set of architectures, excluding arm64. This enhancement aims to extend the image builder to support multi-architecture builds, specifically adding support for the arm64 architecture. This is critical for catering to GPU-intensive workloads on the Kyma Runtime and ensuring broader industry standard compliance.
Reasons
Industry Standard Compliance: Native arm64 binaries are an industry standard. Adding support for arm64 will make our product more competitive and interoperable with other systems.
Large Enterprise Requirements: This capability is crucial for SAP PSLE Large Enterprise Customers who require arm64 support.
Acceptance Criteria
Evaluate and Select Tools
Evaluate Kaniko and other solutions such as Docker for multi-platform builds.
Determine the best tool for implementation in the image builder hosted on Azure DevOps.
Document the findings and rationale behind the chosen tool.
Implement Multi-Arch Build Support
Extend the image builder to support multi-architecture builds.
Ensure that the image builder can create images for the arm64 architecture alongside the currently supported architectures.
Verify Multi-Platform Image Build and Sync
Conduct thorough testing to ensure that images for all supported architectures are correctly built and synced.
Verify that the image syncer fully supports multi-platform images.
Sawthis
changed the title
Add multi-arch builds and arm64 architecture support in the Image Builder
Support multi-arch builds and arm64 architecture
Jan 31, 2025
Sawthis
changed the title
Support multi-arch builds and arm64 architecture
Extend Image Builder to support multi-arch builds including arm64
Feb 5, 2025
Description
Currently, our image builder supports a limited set of architectures, excluding arm64. This enhancement aims to extend the image builder to support multi-architecture builds, specifically adding support for the arm64 architecture. This is critical for catering to GPU-intensive workloads on the Kyma Runtime and ensuring broader industry standard compliance.
Reasons
Acceptance Criteria
Attachments
The text was updated successfully, but these errors were encountered: