Skip to content

Commit

Permalink
Recognize Amazon Linux ID in kpatch-build
Browse files Browse the repository at this point in the history
Make kpatch-build aware about the ID of Amazon Linux distributions. No
other special changes are needed.

Signed-off-by: Puranjay Mohan <pjy@amazon.com>
  • Loading branch information
puranjaymohan authored and Mihails Strasuns committed Jun 5, 2024
1 parent 09e153d commit 90a92f9
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 90a92f9

Please sign in to comment.