mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add no-fips
to centosstream-9-arm64
This commit is contained in:
parent
06498742e4
commit
2f6cb0b229
1 changed files with 7 additions and 1 deletions
|
@ -146,7 +146,13 @@ def generate_workflows(ctx: Context):
|
|||
("centos-7", "CentOS 7", "x86_64", "rpm", "no-fips"),
|
||||
("centosstream-8", "CentOS Stream 8", "x86_64", "rpm", "no-fips"),
|
||||
("centosstream-9", "CentOS Stream 9", "x86_64", "rpm", "no-fips"),
|
||||
("centosstream-9-arm64", "CentOS Stream 9 Arm64", "aarch64", "rpm"),
|
||||
(
|
||||
"centosstream-9-arm64",
|
||||
"CentOS Stream 9 Arm64",
|
||||
"aarch64",
|
||||
"rpm",
|
||||
"no-fips",
|
||||
),
|
||||
("debian-10", "Debian 10", "x86_64", "deb", "no-fips"),
|
||||
("debian-11", "Debian 11", "x86_64", "deb", "no-fips"),
|
||||
("debian-11-arm64", "Debian 11 Arm64", "aarch64", "deb", "no-fips"),
|
||||
|
|
Loading…
Add table
Reference in a new issue