We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 621b95e + 55fac67 commit 12eef1aCopy full SHA for 12eef1a
pkg/blobfuse-proxy/install-proxy.sh
@@ -20,9 +20,6 @@ set -xe
20
if [ "${DISTRIBUTION}" != "ubuntu" ]
21
then
22
echo "skip install blobfuse/blobfuse2 for ${DISTRIBUTION}...."
23
-elif [ "${ARCH}" = "aarch64" ]
24
-then
25
- echo "skip install blobfuse/blobfuse2 for arm64...."
26
elif [ "${INSTALL_BLOBFUSE}" = "true" ] || [ "${INSTALL_BLOBFUSE2}" = "true" ]
27
28
echo "start to install blobfuse/blobfuse2...."
0 commit comments