Skip to content

Commit

Permalink
Merge pull request #1634 from andyzhangx/install-blobfuse2-arm64
Browse files Browse the repository at this point in the history
fix: install blobfuse2 on arm64 node by blobfuse-proxy
  • Loading branch information
andyzhangx authored Oct 14, 2024
2 parents 621b95e + 55fac67 commit 12eef1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/blobfuse-proxy/install-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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...."
Expand Down

0 comments on commit 12eef1a

Please sign in to comment.