mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
Set static DOCKER_VERSION
for ppc64le
and s390x
(#7123)
This commit is contained in:
parent
46e1a01625
commit
b84e1c8550
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ elif [[ ${ARCH} == "arm" ]]; then
|
||||||
ARCH="armhf"
|
ARCH="armhf"
|
||||||
elif [[ ${ARCH} == "arm64" ]]; then
|
elif [[ ${ARCH} == "arm64" ]]; then
|
||||||
ARCH="aarch64"
|
ARCH="aarch64"
|
||||||
|
elif [[ ${ARCH} == "ppc64le" ]]; then
|
||||||
|
DOCKER_VERSION="18.06.3"
|
||||||
|
elif [[ ${ARCH} == "s390x" ]]; then
|
||||||
|
DOCKER_VERSION="18.06.3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf "${DOWNLOAD_FOLDER}"
|
rm -rf "${DOWNLOAD_FOLDER}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue