Fix runner check

This commit is contained in:
Daniel A. Wozniak 2024-11-09 18:46:10 -07:00 committed by Daniel Wozniak
parent ffd0972456
commit 0f6fb92673

View file

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