Skip to content

Commit

Permalink
Merge pull request #7 from MeneDev/multi-arch
Browse files Browse the repository at this point in the history
Try multi arch
  • Loading branch information
MeneDev authored May 10, 2024
2 parents c8a71df + 53e8212 commit 2cebb8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
export DOCKER_REPOSITORY=${DOCKER_REPOSITORY:-renku/csi-rclone}
nix build .#csi-rclone-container-layerd-aarch64 && ./result | docker load
docker tag csi-rclone:latest csi-rclone:internal
docker build -t $DOCKER_REPOSITORY:latest-aarch64 - <<- EOF
FROM csi-rclone:latest
FROM csi-rclone:internal
RUN ln -s /bin/linux_*/csi-rclone-plugin /bin/csi-rclone-plugin
EOF
Expand Down

0 comments on commit 2cebb8b

Please sign in to comment.