From 6671376189233e8abfb8a838a72ebb40a976ffdc Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 23 Apr 2018 17:50:28 -0700 Subject: Remove Alpine 3.6 builds The alpine 3.6 builds have been replaced with the more generic linux-musl builds so removing them. --- build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index dcb16a9898..701c631528 100755 --- a/build.sh +++ b/build.sh @@ -66,11 +66,14 @@ initHostDistroRid() if [ "$__HostOS" == "Linux" ]; then if [ -e /etc/os-release ]; then source /etc/os-release - if [[ $ID == "alpine" || $ID == "rhel" ]]; then + if [[ $ID == "rhel" ]]; then # remove the last version digit VERSION_ID=${VERSION_ID%.*} fi __HostDistroRid="$ID.$VERSION_ID-$__HostArch" + if [[ $ID == "alpine" ]]; then + __HostDistroRid="linux-musl-$__HostArch" + fi elif [ -e /etc/redhat-release ]; then local redhatRelease=$(