Skip to content

Commit

Permalink
add runner to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 committed Dec 25, 2023
1 parent a5780f6 commit 7176a8e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-core-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7176a8e

Please sign in to comment.