Skip to content

Commit

Permalink
Remove M1-specific docs - Airbyte works on M1 Macs now (airbytehq#11856)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored May 24, 2022
1 parent 0e40dd6 commit be8d857
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
1 change: 1 addition & 0 deletions airbyte-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV VERSION ${VERSION}

WORKDIR /app

# This is automatically unzipped by Docker
ADD bin/${APPLICATION}-${VERSION}.tar /app

# wait for upstream dependencies to become available before starting server
Expand Down
5 changes: 0 additions & 5 deletions docs/contributing-to-airbyte/developing-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ To start contributing:

## Build with `gradle`

:::info

If you're using Mac M1 \(Apple Silicon\) machines, you may run into some problems (Temporal failing during runs, and some connectors not working). See the [GitHub issue](https://github.com/airbytehq/airbyte/issues/2017) for more information.

:::

To compile and build just the platform \(not all the connectors\):

Expand Down
9 changes: 0 additions & 9 deletions docs/deploying-airbyte/local-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ cd airbyte
docker-compose up
```

:::info

If you're using Mac M1 \(Apple Silicon\) machines, you must [build and run Airbyte locally in dev mode](../contributing-to-airbyte/developing-locally.md).
Some users using Macs with an M1 chip are facing problems running Airbyte even with a locally built version of the platform.
You can subscribe to [Issue \#2017](https://github.com/airbytehq/airbyte/issues/2017) and get updates on M1-related issues.


:::

* In your browser, just visit [http://localhost:8000](http://localhost:8000)
* Start moving some data!

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash

# We frequently encounter issues running emulated amd64-built connectors on ARM/M1.
# When running acceptance tests, this often manifests as a conenctor sometimes getting stuck for no discernable reason.
# This script allows building all of the connector images used in the acceptance tests.
# We will need to update this file if the versions used for source-e2e-test and destination-e2e-test change before we start publishing ARM images.
Expand Down

0 comments on commit be8d857

Please sign in to comment.