commit | d2124490e6ddcce634f571bab81633183db650a3 | [log] [tgz] |
---|---|---|
author | Stewart Smith <stewart@linux.ibm.com> | Thu Jul 26 14:38:34 2018 +1000 |
committer | GitHub <noreply@github.com> | Thu Jul 26 14:38:34 2018 +1000 |
tree | d29c39368cf3f0173b6cea5abd9603c73a976118 | |
parent | 439c218213809ab2303289bda9110f3318bc8b2b [diff] | |
parent | 79722506aabee2cea7a078c3a3d3f959e817f2a6 [diff] |
Merge pull request #2245 from sammj/ci ci: Use uname rather than arch
diff --git a/ci/build.sh b/ci/build.sh index 4e45262..0fa6238 100755 --- a/ci/build.sh +++ b/ci/build.sh
@@ -57,9 +57,9 @@ for distro in $CONTAINERS; do - base_dockerfile=ci/Dockerfile/$distro.`arch` + base_dockerfile=ci/Dockerfile/$distro.`uname -m` if [ ! -f $base_dockerfile ]; then - echo '$distro not supported on `arch`.'; + echo "$distro not supported on $(uname -m)."; continue fi if [[ -n "$HTTP_PROXY" ]]; then