From bbd89fee4be826ee712c65bf55a79328e938fe4e Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Mon, 14 Oct 2024 07:26:31 +0000 Subject: [PATCH] fix: install blobfuse2 on arm64 node --- pkg/blobfuse-proxy/install-proxy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/blobfuse-proxy/install-proxy.sh b/pkg/blobfuse-proxy/install-proxy.sh index 70b78c523..d60ce443f 100644 --- a/pkg/blobfuse-proxy/install-proxy.sh +++ b/pkg/blobfuse-proxy/install-proxy.sh @@ -20,9 +20,6 @@ set -xe if [ "${DISTRIBUTION}" != "ubuntu" ] then echo "skip install blobfuse/blobfuse2 for ${DISTRIBUTION}...." -elif [ "${ARCH}" = "aarch64" ] -then - echo "skip install blobfuse/blobfuse2 for arm64...." elif [ "${INSTALL_BLOBFUSE}" = "true" ] || [ "${INSTALL_BLOBFUSE2}" = "true" ] then echo "start to install blobfuse/blobfuse2...."