mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
Fix rpm name
This commit is contained in:
parent
c5a5738cf3
commit
d77574fd0b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def test_provides(install_salt, version):
|
|||
):
|
||||
pytest.skip("Only tests rpm packages")
|
||||
if platform.is_aarch64():
|
||||
arch = "arm64"
|
||||
arch = "aarch64"
|
||||
else:
|
||||
arch = "x86_64"
|
||||
name = f"salt-{version}-0.{arch}.rpm"
|
||||
|
|
Loading…
Add table
Reference in a new issue