20797: Add initial support for rocky8 package builds
[arvados.git] / apps / workbench / fpm-info.sh
index a09638a35e1add08cc66a4bf140403b988043622..a933fb702b2930b440a974a625c9733add68b259 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 case "$TARGET" in
-    centos*)
+    centos*|rocky*)
         fpm_depends+=(git bison make automake gcc gcc-c++ graphviz shared-mime-info)
         ;;
     ubuntu1804)