Skip to content

Commit d9e7bdc

Browse files
authored
Remove platform option temporarily to fix master build (airbytehq#7184)
1 parent 3530429 commit d9e7bdc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docker-compose.build.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,20 @@ version: "3.7"
22

33
services:
44
init:
5-
platform: linux/amd64
65
image: airbyte/init:${VERSION}
76
build:
87
dockerfile: Dockerfile
98
context: airbyte-config/init
109
labels:
1110
io.airbyte.git-revision: ${GIT_REVISION}
1211
db:
13-
platform: linux/amd64
1412
image: airbyte/db:${VERSION}
1513
build:
1614
dockerfile: Dockerfile
1715
context: airbyte-db/lib
1816
labels:
1917
io.airbyte.git-revision: ${GIT_REVISION}
2018
scheduler:
21-
platform: ${DOCKER_BUILD_PLATFORM}
2219
image: airbyte/scheduler:${VERSION}
2320
build:
2421
dockerfile: Dockerfile
@@ -28,7 +25,6 @@ services:
2825
labels:
2926
io.airbyte.git-revision: ${GIT_REVISION}
3027
worker:
31-
platform: ${DOCKER_BUILD_PLATFORM}
3228
image: airbyte/worker:${VERSION}
3329
build:
3430
dockerfile: Dockerfile
@@ -39,7 +35,6 @@ services:
3935
labels:
4036
io.airbyte.git-revision: ${GIT_REVISION}
4137
server:
42-
platform: ${DOCKER_BUILD_PLATFORM}
4338
image: airbyte/server:${VERSION}
4439
build:
4540
dockerfile: Dockerfile
@@ -49,15 +44,13 @@ services:
4944
labels:
5045
io.airbyte.git-revision: ${GIT_REVISION}
5146
webapp:
52-
platform: linux/amd64
5347
image: airbyte/webapp:${VERSION}
5448
build:
5549
dockerfile: Dockerfile
5650
context: airbyte-webapp
5751
labels:
5852
io.airbyte.git-revision: ${GIT_REVISION}
5953
migration:
60-
platform: ${DOCKER_BUILD_PLATFORM}
6154
image: airbyte/migration:${VERSION}
6255
build:
6356
dockerfile: Dockerfile

0 commit comments

Comments
 (0)