Skip to content
Snippets Groups Projects
Commit f88b8584 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

deploy-packages: add alma

Change-Id: I5ff774d6e2eceb3ce99d16eae34249ee451f9199
parent ad35d108
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment