Skip to content

Commit

Permalink
add amazon linux 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
pyToshka committed Jan 7, 2025
1 parent e60e7e4 commit d2e2c24
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion products-prepare/linux/yc-image-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,16 @@ function preCheck {
;;
esac
;;

"Amazon Linux")
case "$2" in
"2023")
echo "OK"
;;
*)
echo "FAIL"
;;
esac
;;
"RED OS")
case "$2" in
"7.3")
Expand Down Expand Up @@ -276,6 +285,7 @@ function preCheck {
*)
echo "FAIL"
;;

esac
}

Expand Down

0 comments on commit d2e2c24

Please sign in to comment.