Skip to content

Commit

Permalink
Remove platform option temporarily to fix master build (#7184)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Oct 19, 2021
1 parent 3530429 commit d9e7bdc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker-compose.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@ version: "3.7"

services:
init:
platform: linux/amd64
image: airbyte/init:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-config/init
labels:
io.airbyte.git-revision: ${GIT_REVISION}
db:
platform: linux/amd64
image: airbyte/db:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-db/lib
labels:
io.airbyte.git-revision: ${GIT_REVISION}
scheduler:
platform: ${DOCKER_BUILD_PLATFORM}
image: airbyte/scheduler:${VERSION}
build:
dockerfile: Dockerfile
Expand All @@ -28,7 +25,6 @@ services:
labels:
io.airbyte.git-revision: ${GIT_REVISION}
worker:
platform: ${DOCKER_BUILD_PLATFORM}
image: airbyte/worker:${VERSION}
build:
dockerfile: Dockerfile
Expand All @@ -39,7 +35,6 @@ services:
labels:
io.airbyte.git-revision: ${GIT_REVISION}
server:
platform: ${DOCKER_BUILD_PLATFORM}
image: airbyte/server:${VERSION}
build:
dockerfile: Dockerfile
Expand All @@ -49,15 +44,13 @@ services:
labels:
io.airbyte.git-revision: ${GIT_REVISION}
webapp:
platform: linux/amd64
image: airbyte/webapp:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-webapp
labels:
io.airbyte.git-revision: ${GIT_REVISION}
migration:
platform: ${DOCKER_BUILD_PLATFORM}
image: airbyte/migration:${VERSION}
build:
dockerfile: Dockerfile
Expand Down

0 comments on commit d9e7bdc

Please sign in to comment.