fix kopia download path
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
089462f9d4
commit
e95b4c6b47
|
|
@ -21,7 +21,7 @@ if [ "$PLATFORM" = "linux/amd64" ]; then
|
|||
elif [ "$PLATFORM" = "linux/arm64" ]; then
|
||||
export PLATFORM_ARCH="arm64"
|
||||
elif [ "$PLATFORM" = "linux/arm/v7" ]; then
|
||||
export PLATFORM_ARCH="armhv"
|
||||
export PLATFORM_ARCH="armhf"
|
||||
else
|
||||
echo "unsupported/unknown kopia PLATFORM ${PLATFORM}"
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue