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

docker-compose.yml: specify AMD64 platform #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 15, 2024

  1. docker-compose.yml: specify AMD64 platform

    Several Docker images used by Segment do not work reliably on Mac M1 laptops,
    which use the ARM chipset. Commonly, these are images that were built several
    years ago, before M1 laptops were in widespread use, and behave unpredictably
    when run on an ARM chipset.
    
    The simplest workaround is to ensure that the Docker environment is always
    running on x86. This change should ensure that employees with M1 laptops will be
    able to reliably start and run Docker containers on this repository.
    kevinburkesegment committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7b849bb View commit details
    Browse the repository at this point in the history