new podman-based pipeline

This commit is contained in:
Alya Sirko 2022-09-09 18:07:52 +03:00
parent deed3a04e9
commit 58eedf562e

3
ci.sh
View file

@ -73,6 +73,9 @@ while true; do
--package-linux-archive )
package_linux_archive
;;
-- )
break
;;
*)
usage
;;