Skip to content

Commit

Permalink
Merge pull request #1638 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1634-to-release-1.24

[release-1.24] fix: install blobfuse2 on arm64 node by blobfuse-proxy
  • Loading branch information
k8s-ci-robot authored Oct 15, 2024
2 parents 96273eb + bbd89fe commit c7318bd
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 c7318bd

Please sign in to comment.