From c9a6c1e90a4ff95405b9bdca54c3cff156c4cab7 Mon Sep 17 00:00:00 2001 From: Marcos Marx Date: Wed, 26 May 2021 09:44:27 -0300 Subject: [PATCH] Add troubleshooting mac m1 deploy (#3601) * add troubleshooting mac m1 deploy * correct grammar mistakes * update desc about issue * correct grammar --- docs/deploying-airbyte/local-deployment.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/deploying-airbyte/local-deployment.md b/docs/deploying-airbyte/local-deployment.md index 05c23fc73727..908409723ac3 100644 --- a/docs/deploying-airbyte/local-deployment.md +++ b/docs/deploying-airbyte/local-deployment.md @@ -1,7 +1,7 @@ # Local Deployment {% hint style="info" %} -These instructions have been tested on MacOS +These instructions have been tested on MacOS, Windows 10 and Ubuntu 20.04. {% endhint %} ## Setup & launch Airbyte @@ -28,5 +28,13 @@ Instead of cloning the repo, you can alternatively download the latest Airbyte r ## Troubleshooting +**I have a Mac with the M1 chip. Is it possible to run Airbyte?** + +Some users using Macs with an M1 chip are facing some problems running Airbyte. +The problem is related with the chip and Docker. [Issue #2017](https://github.com/airbytehq/airbyte/issues/2017) was created to follow up the problem, you can subscribe to it and get updates about the resolution. +If you can successfully run Airbyte using a MacBook with the M1 chip, let us know so that we can share the process with the community! + +**Other issues** + If you encounter any issues, just connect to our [Slack](https://slack.airbyte.io). Our community will help! We also have a [FAQ](../faq/technical-support.md) section in our docs for common problems.