Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge in 'release/3.1' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Mar 8, 2022
2 parents a0e062f + c9d60c2 commit 2f77b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-distro-rid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ initNonPortableDistroRid()
# We have forced __PortableBuild=0. This is because -portablebuld
# has been passed as false.
if (( ${isPortable} == 0 )); then
if [ "${ID}" == "rhel" ]; then
if [ "${ID}" == "rhel" ] || [ "${ID}" = "alpine" ]; then
# remove the last version digit
VERSION_ID=${VERSION_ID%.*}
fi
Expand Down

0 comments on commit 2f77b65

Please sign in to comment.