From 54d69ead9fd530f86a333bec29da7f72856c028e Mon Sep 17 00:00:00 2001 From: "campaigner-prod[bot]" <87874424+campaigner-prod[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:54:07 +0000 Subject: [PATCH] chore: cleanup microVM arm64 runner tag --- .gitlab/templates/pipeline.yaml.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab/templates/pipeline.yaml.tpl b/.gitlab/templates/pipeline.yaml.tpl index ba489d7f0..d57f9c758 100644 --- a/.gitlab/templates/pipeline.yaml.tpl +++ b/.gitlab/templates/pipeline.yaml.tpl @@ -330,7 +330,7 @@ signed layer bundle: build java lambdas: stage: integration-tests image: registry.ddbuild.io/images/docker:27.3.1 - tags: ["docker-in-docker:microvm-arm64"] + tags: ["docker-in-docker:arm64"] rules: - when: on_success needs: [] @@ -349,7 +349,7 @@ build java lambdas: build dotnet lambdas: stage: integration-tests image: registry.ddbuild.io/images/docker:27.3.1 - tags: ["docker-in-docker:microvm-arm64"] + tags: ["docker-in-docker:arm64"] rules: - when: on_success needs: [] @@ -368,7 +368,7 @@ build dotnet lambdas: build python lambdas: stage: integration-tests image: registry.ddbuild.io/images/docker:27.3.1 - tags: ["docker-in-docker:microvm-arm64"] + tags: ["docker-in-docker:arm64"] rules: - when: on_success needs: [] @@ -387,7 +387,7 @@ build python lambdas: build node lambdas: stage: integration-tests image: registry.ddbuild.io/images/docker:27.3.1 - tags: ["docker-in-docker:microvm-arm64"] + tags: ["docker-in-docker:arm64"] rules: - when: on_success needs: []