Skip to content

Remove M1-specific docs - Airbyte works on M1 Macs now #11856

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

Merged
merged 3 commits into from
May 24, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions airbyte-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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
4 changes: 0 additions & 4 deletions docs/contributing-to-airbyte/developing-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ To start contributing:

## Build with `gradle`

{% hint style="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.
{% endhint %}

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

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

{% hint style="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.

{% endhint %}

* 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