Skip to content

Commit

Permalink
Added Support for Ubuntu 22.04 and 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
malscent committed Dec 26, 2024
1 parent a6b00a6 commit f8c0727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export ALTERNATE_ADDRESS=""
readonly CENTOS_OS_SUPPORTED_VERSIONS=("8" "7")
readonly DEBIAN_OS_SUPPORTED_VERSIONS=("10" "9" "8")
readonly RHEL_OS_SUPPORTED_VERSIONS=("8" "7" "6")
readonly UBUNTU_OS_SUPPORTED_VERSIONS=("14.04" "16.04" "18.04" "20.04")
readonly UBUNTU_OS_SUPPORTED_VERSIONS=("14.04" "16.04" "18.04" "20.04" "22.04" "24.04")
readonly AMAZON_LINUX_OS_SUPPORTED_VERSIONS=("2" "2023")

export CENTOS_OS_SUPPORTED_VERSIONS
Expand Down

0 comments on commit f8c0727

Please sign in to comment.