Skip to content

Commit

Permalink
refactor matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 committed Jan 3, 2024
1 parent 6547531 commit ccc7c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-core-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
env:
image_tag: ${{ inputs.image_tag }}
IMAGE_TAG_SUFFIX: ${{ inputs.image_tag_suffix }}
runs-on: ${{ contains(matrix.platforms, 'arm') ? 'matterlabs-ci-runner-arm' : 'matterlabs-ci-runner' }}
runs-on:
${{ contains(matrix.platforms, 'arm') ? 'matterlabs-ci-runner-arm' : 'matterlabs-ci-runner' }}
strategy:
matrix:
components:
Expand Down

0 comments on commit ccc7c1e

Please sign in to comment.