diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ee7216164f3114072544bbeb7676927ce593bc6..51d53cb9e1ed8e7c0b45906bd1beaddba9bd1c29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,11 +47,13 @@ include:
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/gc-global.yml"
+    ref: "GONRG-10764-Add_multiarch_build"
 
   - local: "devops/gc/pipeline/override-stages.yml"
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/core-global.yml"
+    ref: "GONRG-10764-Add_multiarch_build"
 
   - local: "devops/core-plus/pipeline/override-stages.yml"
 
diff --git a/devops/core-plus/pipeline/override-stages.yml b/devops/core-plus/pipeline/override-stages.yml
index 91a905558e3e2af3792787f5979068cea28f812d..cc0e23b25b0c2a34067241c8950739a35aa175a8 100644
--- a/devops/core-plus/pipeline/override-stages.yml
+++ b/devops/core-plus/pipeline/override-stages.yml
@@ -2,6 +2,7 @@ variables:
   CORE_SERVICE: partition
   CORE_ENABLE_BOOTSTRAP: "true"
   CORE_BUILD_BOOTSTRAP_PATH: "devops/core-plus/bootstrap/Dockerfile"
+  CORE_SUPPORTED_PLATFORM: "linux/amd64"
 
 core-containerize-bootstrap-gitlab:
   tags: ["osdu-medium"]
diff --git a/devops/gc/pipeline/override-stages.yml b/devops/gc/pipeline/override-stages.yml
index 0600cd1f4fd930ed7f5c6617999a4aa4839f85f9..c78d1972a28d228b4c55b128f470c28aaa6080c0 100644
--- a/devops/gc/pipeline/override-stages.yml
+++ b/devops/gc/pipeline/override-stages.yml
@@ -4,6 +4,7 @@ variables:
   GC_VENDOR: gc
   GC_HELM_ENV_DIR: "devops/gc/tests/env"
   ENV_BUILD_PATH: "devops/gc/tests/build/Dockerfile"
+  GC_SUPPORTED_PLATFORM: "linux/amd64"
 
 download_gc_plugins:
   image: maven:3.8.3-openjdk-17-slim