aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/packages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/packages.yml')
-rw-r--r--.github/workflows/packages.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index 340ee0c204..e2f932b1ba 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -37,11 +37,14 @@ jobs:
fail-fast: False
matrix:
include:
- - target: malta/be
- - target: x86/64
+ - target: malta
+ subtarget: be
+ - target: x86
+ subtarget: 64
uses: ./.github/workflows/build.yml
with:
target: ${{ matrix.target }}
+ subtarget: ${{ matrix.subtarget }}
build_kernel: true
build_all_kmods: true
build_all_modules: true