Skip to content

Commit

Permalink
Merge pull request #1633 from digitalnostril/master
Browse files Browse the repository at this point in the history
feat: install blobfuse2 for arm64
  • Loading branch information
andyzhangx authored Oct 14, 2024
2 parents fbbd762 + 26271aa commit 621b95e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ RUN if [ "$ARCH" = "amd64" ] ; then \
&& apt update \
&& apt install -y blobfuse blobfuse2 fuse; fi

RUN if [ "$ARCH" = "arm64" ] ; then \
dpkg -i /blobfuse-proxy/packages-microsoft-prod-22.04.deb \
&& apt update \
&& apt install -y fuse3 blobfuse2; fi

LABEL maintainers="andyzhangx"
LABEL description="Azure Blob Storage CSI driver"

Expand Down

0 comments on commit 621b95e

Please sign in to comment.