Set static `DOCKER_VERSION` for `ppc64le` and `s390x` (#7136)

pull/7139/head
Steven Kang 2022-06-28 11:40:18 +12:00 committed by GitHub
parent 624490716e
commit 75fef397d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ elif [[ ${ARCH} == "arm" ]]; then
elif [[ ${ARCH} == "arm64" ]]; then
ARCH="aarch64"
elif [[ ${ARCH} == "ppc64le" ]]; then
DOCKER_VERSION="18.06.3"
DOCKER_VERSION="18.06.3-ce"
elif [[ ${ARCH} == "s390x" ]]; then
DOCKER_VERSION="18.06.3"
DOCKER_VERSION="18.06.3-ce"
fi
rm -rf "${DOWNLOAD_FOLDER}"