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

Quick fix for Apple Silicon M1 support in run #1704

Merged
merged 2 commits into from
May 31, 2024

Commits on May 31, 2024

  1. Quick fix for Apple Silicon M1 support in run

    This commit fixes the `run` command for Apple Silicon M1 support. The `run` command now uses the `docker run` command with the `--platform` flag set to `linux/amd64` to ensure that the container runs on the correct architecture.
    This behavior matches the `build` command, which also uses the `--platform` flag to ensure that the image is built for the correct architecture.
    timfallmk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    be9f8a4 View commit details
    Browse the repository at this point in the history
  2. Missed incorrect import

    timfallmk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1ef553c View commit details
    Browse the repository at this point in the history