new podman-based pipeline

pull/112/head
Alya Sirko 2022-09-09 18:07:52 +03:00
parent deed3a04e9
commit 58eedf562e
1 changed files with 3 additions and 0 deletions

3
ci.sh
View File

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