-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Remove platform option to fix build temporarily #7184
Conversation
@davinchia, which |
To use Airbyte now we need to use docker-compose v 1.27+? Just checking if we need to update some docs. |
It's possible. This version may be required to support M1 Mac. I have not confirmed it yet. Locally I am using |
…#7188) * Revert "remove platform option temporarily to fix master build (airbytehq#7184)" This reverts commit d9e7bdc. * Test if docker compose works in github action * Use a dedicated docker compose file for m1 * Restore docker-compose command * Update comments * Fix docker compose filename * Add issue link
Summary
platform
to composefile v3.7 too docker/compose#5985.Logs
Sample github action run:
https://github.com/airbytehq/airbyte/runs/3943186008
Logs:
It's interesting that there is no complaint for
services.db
, which also specifies theplatform
option.