Do not run arm but run x86 always

This commit is contained in:
Daniel A. Wozniak 2024-11-09 18:15:13 -07:00 committed by Daniel Wozniak
parent db278b4fc9
commit ffd0972456

View file

@ -877,7 +877,7 @@ def pkg_matrix(
_matrix.clear()
if (
name not in ["windows", "macos"]
arch == "arm64" and name not in ["windows", "macos"]
and "LINUX_ARM_RUNNER" not in os.environ
or os.environ["LINUX_ARM_RUNNER"] != 0
):