Skip to content

Commit 31f06c3

Browse files
revert: use amd64-only docker builds instead of multi-arch (#811)
1 parent c2f701f commit 31f06c3

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/apps-api.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
with:
2626
image-name: ctrlplane/api
2727
dockerfile: apps/api/Dockerfile
28+
platform: "linux/amd64"

.github/workflows/apps-relay.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ jobs:
5454
image-name: ctrlplane/relay
5555
dockerfile: apps/relay/Dockerfile
5656
context: apps/relay
57+
platform: "linux/amd64"

.github/workflows/apps-web.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
with:
2222
image-name: ctrlplane/web
2323
dockerfile: apps/web/Dockerfile
24+
platform: "linux/amd64"

.github/workflows/apps-workspace-engine-router.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ jobs:
2020
image-name: ctrlplane/workspace-engine-router
2121
dockerfile: apps/workspace-engine-router/Dockerfile
2222
context: apps/workspace-engine-router
23+
platform: "linux/amd64"

.github/workflows/apps-workspace-engine.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ jobs:
137137
image-name: ctrlplane/workspace-engine
138138
dockerfile: apps/workspace-engine/Dockerfile
139139
context: apps/workspace-engine
140+
platform: "linux/amd64"

.github/workflows/packages-migrations.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
with:
2222
image-name: ctrlplane/migrations
2323
dockerfile: packages/db/Dockerfile
24+
platform: "linux/amd64"

0 commit comments

Comments
 (0)