Skip to content

Commit 6dbaac8

Browse files
authored
Merge pull request #487 from codacy/mac-silicon-readme
add docker mac silicon instructions
2 parents 0cd1551 + 489f3a0 commit 6dbaac8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ It’s also possible to add this variable to your .bashrc or .bash_profile files
6363

6464
```echo "export DOCKER_HOST=tcp://0.0.0.0:2375" >> ~/.bashrc```
6565

66+
### Mac
67+
68+
If you are using Apple silicon, please make sure to:
69+
- Update Docker to the latest version
70+
- Open Docker Settings
71+
- Turn on `Use Rosetta for x86/amd64 emulation on Apple Silicon` (under _Features in development_)
6672

6773
#### Installing codacy-analysis-cli
6874
At this point, codacy-analysis-cli is ready to be installed.
@@ -341,6 +347,7 @@ sbt codacyCoverage
341347
- `4.0.0`: Rename `analyse` command to `analyze`. This is a breaking change if you are running the CLI by using the
342348
[jar](#java) or [`sbt`](#local), but not if you are using the [provided script](#script).
343349

350+
344351
## What is Codacy
345352

346353
[Codacy](https://www.codacy.com/) is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.

0 commit comments

Comments
 (0)