mirror of https://github.com/portainer/portainer
fix docker download path for mac platforms (#7102)
parent
f86ba7b176
commit
767fabe0ce
|
@ -11,6 +11,9 @@ ARCH=$2
|
|||
DOCKER_VERSION=${3:1}
|
||||
DOWNLOAD_FOLDER=".tmp/download"
|
||||
|
||||
if [[ ${PLATFORM} == "darwin" ]]; then
|
||||
PLATFORM="mac"
|
||||
fi
|
||||
|
||||
if [[ ${ARCH} == "amd64" ]]; then
|
||||
ARCH="x86_64"
|
||||
|
|
Loading…
Reference in New Issue