CI: rework build workflow to have split target and subtarget directly
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 22 May 2023 14:47:08 +0000 (16:47 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 22 May 2023 15:11:27 +0000 (17:11 +0200)
commiteecc6e48117be26c2eefd9257cceb9d9b1e842f2
tree5dc9ad7f906eac0db17b6e982b9a6092aa0b4794
parent6c80a578a4428c81fd92e0a2abe95dacfa20c008
CI: rework build workflow to have split target and subtarget directly

Instead of referring to a redundant job and ENV variables, rework build
workflow to accept and require split target and subtarget and use them
directly from inputs.

Rework each user and pass a JSON of tuple to matrix include with each
target/subtarget combination to test. Special notice this doesn't use
the github actions matrix combination feature but reference each
specific tuple of target and subtarget to test.

Just a cleanup no behaviour change intended.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/build.yml
.github/workflows/check-kernel-patches.yml
.github/workflows/coverity.yml
.github/workflows/kernel.yml
.github/workflows/packages.yml
.github/workflows/toolchain.yml