Build Matrix support for plugins and agents
Build Matrix has been extended to support matrix variable interpolation inside the plugins
and agents
attributes of command steps.
1steps:
2- label: "💥 Matrix Build"
3 command: "echo {{matrix.os}} {{matrix.arch}}"
4 agents:
5 queue: "builder-{{matrix.arch}}"
6 matrix:
7 setup:
8 arch:
9 - "amd64"
10 - "arm64"
11 os:
12 - "windows"
13 - "linux"
14 plugins:
15 - artifacts#v1.9.0:
16 upload: "out/{{matrix.arch}}.gz"
David
Start turning complexity into an advantage
Create an account to get started with a 30-day free trial. No credit card required.
![Buildkite Pipelines](/_astro/pipelines-light.Cvi63eU6_ftMAI.webp)
![Buildkite Pipelines](/_astro/pipelines-dark.C-OJyLI__Z5Py65.webp)