deploy-packages: add alma

Change-Id: I5ff774d6e2eceb3ce99d16eae34249ee451f9199
This commit is contained in:
Sébastien Blin
2023-09-29 02:18:36 -04:00
parent ad35d108f2
commit f88b8584af

View File

@@ -272,7 +272,7 @@ function package()
{
if [[ $DISTRIBUTION =~ debian|ubuntu|raspbian|guix-deb-pack ]]; then
package_deb
elif [[ $DISTRIBUTION =~ fedora|rhel|opensuse|guix-rpm-pack ]]; then
elif [[ $DISTRIBUTION =~ alma|fedora|rhel|opensuse|guix-rpm-pack ]]; then
package_rpm
elif [[ $DISTRIBUTION =~ snap ]]; then
package_snap