Merge pull request #1396 from mihails-strasuns/al-id

Recognize Amazon Linux ID in kpatch-build
This commit is contained in:
Joe Lawrence 2024-06-06 10:23:22 -04:00 committed by GitHub
commit 6457c4ccf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ declare -rA SUPPORTED_RPM_DISTROS=(
["openEuler"]="OpenEuler"
["ol"]="Oracle"
["photon"]="Photon OS"
["rhel"]="RHEL")
["rhel"]="RHEL"
["amzn"]="Amazon Linux")
warn() {