From 41de28be0d29c2da2185c31440c4b71f11a8b6f2 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-test.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'build-test.sh') diff --git a/build-test.sh b/build-test.sh index 7cb4c02fac..2de1f69e28 100755 --- a/build-test.sh +++ b/build-test.sh @@ -20,14 +20,12 @@ initHostDistroRid() elif [ -e /etc/os-release ]; then source /etc/os-release if [[ $ID == "alpine" ]]; then - # remove the last version digit - VERSION_ID=${VERSION_ID%.*} + __HostDistroRid="linux-musl-$__HostArch" else __PortableBuild=1 + __HostDistroRid="$ID.$VERSION_ID-$__HostArch" fi - - __HostDistroRid="$ID.$VERSION_ID-$__HostArch" - fi + fi elif [ "$__HostOS" == "FreeBSD" ]; then __freebsd_version=`sysctl -n kern.osrelease | cut -f1 -d'.'` __HostDistroRid="freebsd.$__freebsd_version-$__HostArch" -- cgit v1.2.3