-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
Currently, Kathará imposes restrictions on the execution of amd64
Docker images when running on macOS systems with Apple's Rosetta translation technology.
This limitation is enforced within the DockerImage._check_image_architecture
method, where the image is constrained to align with the host architecture, arm64
in the case of Apple Silicon.
In order to enhance compatibility and flexibility, we intend to modify this check on macOS, permitting the execution of amd64
images on the platform.
Metadata
Metadata
Assignees
Type
Projects
Status
Done