Skip to content

Commit ab5d6f0

Browse files
For now, only build lts to test artifact extraction
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent c852560 commit ab5d6f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ env: # Global environment, passed to all jobs & all steps
2222
HOOK_VERSION: "0.11.1-build-${{github.run_number}}" # Use a forced Hook version
2323

2424
# Which flavors to build? space separated list, must match one of the TAG='s in flavors (this is used by matrix_prep job in gha-matrix command)
25-
CI_TAGS: "standard armbian-sbc armbian-uefi lts" # 'dev' is not included
25+
# CI_TAGS: "standard armbian-sbc armbian-uefi lts" # 'dev' is not included
26+
CI_TAGS: "lts" # 'dev' is not included
2627

2728
# GHA runner configuration. See bash/json-matrix.sh for more details.
2829
CI_RUNNER_LK_CONTAINERS_ARM64: "oracle-vm-32cpu-128gb-arm64" # Use a self-hosted runner with the "ARM64" tag for the ARM64 builds of LK containers

0 commit comments

Comments
 (0)