mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix runner check
This commit is contained in:
parent
ffd0972456
commit
0f6fb92673
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +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["LINUX_ARM_RUNNER"] != "0"
|
||||
):
|
||||
ctx.warn("This fork does not have a linux arm64 runner configured.")
|
||||
_matrix.clear()
|
||||
|
|
Loading…
Add table
Reference in a new issue