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

chore: add the docker image platform to be linux/amd64 #648

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

neuodev
Copy link
Contributor

@neuodev neuodev commented Feb 24, 2023

The synthetixio/docker-e2e only runs on linux/amd64 machines.
Which basically will not run directly on arm64 (M1 / M2 MacBooks).

As for now the latest version of docker (14.6.2) supports running linux/amd64 images under Rosetta 2

Read this article for more info Docker on Apple Silicon Mac: How to Run x86 Containers with Rosetta 2

Adding this flag --platform=linux/amd64 will automatically run the docker image under Rosetta 2.

@drptbl drptbl merged commit 7a5a9c3 into Synthetixio:dev Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants