Skip to content

Commit f8c06aa

Browse files
committed
fix: nfs mount failure on arm64 node
1 parent 2dc9dc2 commit f8c06aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/blobplugin/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ARG aznfsVer=2.0.7
2828
ARG anzfsArch=x86_64
2929
RUN if [ "$ARCH" = "arm64" ]; then \
3030
anzfsArch="arm64"; \
31-
fi
32-
RUN curl -Ls https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.${anzfsArch}.tar.gz | tar xvzf - -C / --keep-directory-symlink
31+
fi \
32+
&& curl -Ls https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.${anzfsArch}.tar.gz | tar xvzf - -C / --keep-directory-symlink
3333

3434
# install azcopy
3535
RUN curl -Ls https://azcopyvnext.azureedge.net/releases/release-10.26.0-20240731/azcopy_linux_${ARCH}_10.26.0.tar.gz \

0 commit comments

Comments
 (0)