From 7176a8e98f9b7543e69f83bdf33e99efecffe386 Mon Sep 17 00:00:00 2001 From: Maksym Kryva Date: Mon, 25 Dec 2023 23:11:48 +0200 Subject: [PATCH] add runner to matrix --- .github/workflows/build-core-template.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-core-template.yml b/.github/workflows/build-core-template.yml index 7e380e1efb6..5e32ef48eea 100644 --- a/.github/workflows/build-core-template.yml +++ b/.github/workflows/build-core-template.yml @@ -28,20 +28,28 @@ jobs: env: image_tag: ${{ inputs.image_tag }} IMAGE_TAG_SUFFIX: ${{ inputs.image_tag_suffix }} - runs-on: [matterlabs-ci-runner] + runs-on: [ ${{ matrix.component.runner }} ] strategy: matrix: component: - name: server-v2 platforms: linux/amd64 + runner: matterlabs-ci-runner - name: external-node platforms: linux/amd64 + runner: matterlabs-ci-runner + - name: external-node + platforms: linux/arm64 + runner: matterlabs-ci-runner-arm - name: contract-verifier platforms: linux/amd64 + runner: matterlabs-ci-runner - name: cross-external-nodes-checker platforms: linux/amd64 + runner: matterlabs-ci-runner - name: snapshots-creator platforms: linux/amd64 + runner: matterlabs-ci-runner steps: - name: Set up QEMU