mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix matrix again
This commit is contained in:
parent
a05e836e4b
commit
e76ab0f5f8
1 changed files with 1 additions and 2 deletions
|
@ -879,8 +879,7 @@ def pkg_matrix(
|
|||
if (
|
||||
arch == "arm64"
|
||||
and name not in ["windows", "macos"]
|
||||
and "LINUX_ARM_RUNNER" not in os.environ
|
||||
or os.environ["LINUX_ARM_RUNNER"] != "0"
|
||||
and os.environ.get("LINUX_ARM_RUNNER", "0") != "0"
|
||||
):
|
||||
ctx.warn("This fork does not have a linux arm64 runner configured.")
|
||||
_matrix.clear()
|
||||
|
|
Loading…
Add table
Reference in a new issue