From c29dd4c72715f6bf780671ea755dfe3c1dd667bf Mon Sep 17 00:00:00 2001 From: Aditya Choudhari Date: Wed, 18 Feb 2026 20:51:03 -0800 Subject: [PATCH] revert: use amd64-only docker builds instead of multi-arch --- .github/workflows/apps-api.yaml | 1 + .github/workflows/apps-relay.yaml | 1 + .github/workflows/apps-web.yaml | 1 + .github/workflows/apps-workspace-engine-router.yaml | 1 + .github/workflows/apps-workspace-engine.yaml | 1 + .github/workflows/packages-migrations.yaml | 1 + 6 files changed, 6 insertions(+) diff --git a/.github/workflows/apps-api.yaml b/.github/workflows/apps-api.yaml index 103e03f87..dfeec718a 100644 --- a/.github/workflows/apps-api.yaml +++ b/.github/workflows/apps-api.yaml @@ -25,3 +25,4 @@ jobs: with: image-name: ctrlplane/api dockerfile: apps/api/Dockerfile + platform: "linux/amd64" diff --git a/.github/workflows/apps-relay.yaml b/.github/workflows/apps-relay.yaml index ad246d8af..39fa83310 100644 --- a/.github/workflows/apps-relay.yaml +++ b/.github/workflows/apps-relay.yaml @@ -54,3 +54,4 @@ jobs: image-name: ctrlplane/relay dockerfile: apps/relay/Dockerfile context: apps/relay + platform: "linux/amd64" diff --git a/.github/workflows/apps-web.yaml b/.github/workflows/apps-web.yaml index caa9a6431..5f4613757 100644 --- a/.github/workflows/apps-web.yaml +++ b/.github/workflows/apps-web.yaml @@ -21,3 +21,4 @@ jobs: with: image-name: ctrlplane/web dockerfile: apps/web/Dockerfile + platform: "linux/amd64" diff --git a/.github/workflows/apps-workspace-engine-router.yaml b/.github/workflows/apps-workspace-engine-router.yaml index 7fc8f4ae8..0e915f575 100644 --- a/.github/workflows/apps-workspace-engine-router.yaml +++ b/.github/workflows/apps-workspace-engine-router.yaml @@ -20,3 +20,4 @@ jobs: image-name: ctrlplane/workspace-engine-router dockerfile: apps/workspace-engine-router/Dockerfile context: apps/workspace-engine-router + platform: "linux/amd64" diff --git a/.github/workflows/apps-workspace-engine.yaml b/.github/workflows/apps-workspace-engine.yaml index ff67f8aaf..e91acf26f 100644 --- a/.github/workflows/apps-workspace-engine.yaml +++ b/.github/workflows/apps-workspace-engine.yaml @@ -137,3 +137,4 @@ jobs: image-name: ctrlplane/workspace-engine dockerfile: apps/workspace-engine/Dockerfile context: apps/workspace-engine + platform: "linux/amd64" diff --git a/.github/workflows/packages-migrations.yaml b/.github/workflows/packages-migrations.yaml index 15b4f5264..186c24c53 100644 --- a/.github/workflows/packages-migrations.yaml +++ b/.github/workflows/packages-migrations.yaml @@ -21,3 +21,4 @@ jobs: with: image-name: ctrlplane/migrations dockerfile: packages/db/Dockerfile + platform: "linux/amd64"