Fix matrix again

This commit is contained in:
Daniel A. Wozniak 2024-11-09 22:58:38 -07:00 committed by Daniel Wozniak
parent a05e836e4b
commit e76ab0f5f8

View file

@ -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()