fix kopia download path

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2024-03-18 15:46:16 -06:00
parent 089462f9d4
commit e95b4c6b47
1 changed files with 1 additions and 1 deletions

View File

@ -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