mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-18 15:18:35 +00:00
add ubi as valid type
This commit is contained in:
parent
9faa504140
commit
f64c72f6ee
@ -32,7 +32,7 @@ if [[ -z "$version" || ! "$version" =~ [0-9]+.[0-9]+ ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$type" in
|
case "$type" in
|
||||||
Base|Minimal) ;;
|
Base|Minimal|UBI) ;;
|
||||||
*)
|
*)
|
||||||
usage "Invalid type"
|
usage "Invalid type"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user