ci: added rpm build for rhel 9 (#2437)

This commit is contained in:
DmitriyLewen
2022-07-03 13:15:19 +06:00
committed by GitHub
parent 71980feca1
commit 14be70aa51

View File

@@ -15,7 +15,7 @@ function create_rpm_repo () {
cd trivy-repo
VERSIONS=(5 6 7 8)
VERSIONS=(5 6 7 8 9)
for version in ${VERSIONS[@]}; do
echo "Processing RHEL/CentOS $version..."
create_rpm_repo $version