Skip to content

Commit 12eef1a

Browse files
authored
Merge pull request #1634 from andyzhangx/install-blobfuse2-arm64
fix: install blobfuse2 on arm64 node by blobfuse-proxy
2 parents 621b95e + 55fac67 commit 12eef1a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/blobfuse-proxy/install-proxy.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ set -xe
2020
if [ "${DISTRIBUTION}" != "ubuntu" ]
2121
then
2222
echo "skip install blobfuse/blobfuse2 for ${DISTRIBUTION}...."
23-
elif [ "${ARCH}" = "aarch64" ]
24-
then
25-
echo "skip install blobfuse/blobfuse2 for arm64...."
2623
elif [ "${INSTALL_BLOBFUSE}" = "true" ] || [ "${INSTALL_BLOBFUSE2}" = "true" ]
2724
then
2825
echo "start to install blobfuse/blobfuse2...."

0 commit comments

Comments
 (0)