Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable using amd64 images on macOS using Rosetta #268

Closed
Skazza94 opened this issue Jan 29, 2024 · 0 comments
Closed

Enable using amd64 images on macOS using Rosetta #268

Skazza94 opened this issue Jan 29, 2024 · 0 comments

Comments

@Skazza94
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants