Add no-fips to centosstream-9-arm64

This commit is contained in:
MKLeb 2023-11-15 12:18:25 -05:00 committed by Pedro Algarvio
parent 06498742e4
commit 2f6cb0b229

View file

@ -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"),