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, 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: