Skip to content

Commit

Permalink
Merge pull request #1396 from mihails-strasuns/al-id
Browse files Browse the repository at this point in the history
Recognize Amazon Linux ID in kpatch-build
  • Loading branch information
joe-lawrence authored Jun 6, 2024
2 parents 09e153d + 90a92f9 commit 6457c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kpatch-build/kpatch-build
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ declare -rA SUPPORTED_RPM_DISTROS=(
["openEuler"]="OpenEuler"
["ol"]="Oracle"
["photon"]="Photon OS"
["rhel"]="RHEL")
["rhel"]="RHEL"
["amzn"]="Amazon Linux")


warn() {
Expand Down

0 comments on commit 6457c4c

Please sign in to comment.