Skip to content

Commit 621b95e

Browse files
authored
Merge pull request #1633 from digitalnostril/master
feat: install blobfuse2 for arm64
2 parents fbbd762 + 26271aa commit 621b95e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ RUN if [ "$ARCH" = "amd64" ] ; then \
7373
&& apt update \
7474
&& apt install -y blobfuse blobfuse2 fuse; fi
7575

76+
RUN if [ "$ARCH" = "arm64" ] ; then \
77+
dpkg -i /blobfuse-proxy/packages-microsoft-prod-22.04.deb \
78+
&& apt update \
79+
&& apt install -y fuse3 blobfuse2; fi
80+
7681
LABEL maintainers="andyzhangx"
7782
LABEL description="Azure Blob Storage CSI driver"
7883

0 commit comments

Comments
 (0)