We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e27865 commit f5886fcCopy full SHA for f5886fc
eng/native/init-distro-rid.sh
@@ -41,7 +41,7 @@ initNonPortableDistroRid()
41
# We have forced __PortableBuild=0. This is because -portablebuld
42
# has been passed as false.
43
if (( isPortable == 0 )); then
44
- if [[ "${ID}" == "rhel" || "${ID}" == "rocky" ]]; then
+ if [[ "${ID}" == "rhel" || "${ID}" == "rocky" || "${ID}" == "alpine" ]]; then
45
# remove the last version digit
46
VERSION_ID="${VERSION_ID%.*}"
47
fi
0 commit comments