diff --git a/pkg/blobfuse-proxy/install-proxy.sh b/pkg/blobfuse-proxy/install-proxy.sh index 1dc2ed837..ad660eca5 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...."