mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not run arm but run x86 always
This commit is contained in:
parent
db278b4fc9
commit
ffd0972456
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
):
|
||||
|
|
Loading…
Add table
Reference in a new issue