commit | 3c2b2353fd83433bb59c494c2cf7f9daf2991abd | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jun 18 08:18:48 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 26 09:30:47 2024 -0600 |
tree | ce3d7365c4eb8b63d85e775a1e322be1aa2b148e | |
parent | 1e844e605c69e06d941dee510a3486bd6a4d7fbf [diff] |
Azure: Rework how we define what to build in the world build Instead of defining BUILDMAN to the value we'll build in each part of the matrix job, define a variable with that name and have it list what to build. This will allow us to reference these multiple times consistently later on. Signed-off-by: Tom Rini <trini@konsulko.com>