Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 84983ee

Browse files
evantahlerJordan Scott
authored and
Jordan Scott
committed
Remove M1-specific docs - Airbyte works on M1 Macs now (airbytehq#11856)
1 parent 55b266e commit 84983ee

File tree

4 files changed

+1
-15
lines changed

4 files changed

+1
-15
lines changed

airbyte-server/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ENV VERSION ${VERSION}
1111

1212
WORKDIR /app
1313

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

1617
# wait for upstream dependencies to become available before starting server

docs/contributing-to-airbyte/developing-locally.md

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ To start contributing:
2828

2929
## Build with `gradle`
3030

31-
:::info
32-
33-
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.
34-
35-
:::
3631

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

docs/deploying-airbyte/local-deployment.md

-9
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ cd airbyte
1616
docker-compose up
1717
```
1818

19-
:::info
20-
21-
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).
22-
Some users using Macs with an M1 chip are facing problems running Airbyte even with a locally built version of the platform.
23-
You can subscribe to [Issue \#2017](https://github.com/airbytehq/airbyte/issues/2017) and get updates on M1-related issues.
24-
25-
26-
:::
27-
2819
* In your browser, just visit [http://localhost:8000](http://localhost:8000)
2920
* Start moving some data!
3021

tools/bin/rebuild_acceptance_test_connector_images_locally.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22

3-
# We frequently encounter issues running emulated amd64-built connectors on ARM/M1.
43
# When running acceptance tests, this often manifests as a conenctor sometimes getting stuck for no discernable reason.
54
# This script allows building all of the connector images used in the acceptance tests.
65
# 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.

0 commit comments

Comments
 (0)