File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1717 "ghcr.io/devcontainers-extra/features/kind:1" : {},
1818 "./rclone" : {
1919 "rclone_repository" : " https://github.com/SwissDataScienceCenter/rclone.git" ,
20- "rclone_ref" : " v1.69.3 +renku-1"
20+ "rclone_ref" : " v1.71.2 +renku-1"
2121 }
2222 },
2323 "overrideFeatureInstallOrder" : [
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
25+ - name : Set up QEMU
26+ uses : docker/setup-qemu-action@v3
27+ - name : Set up Docker Buildx
28+ uses : docker/setup-buildx-action@v3
2529 - name : Setup Python
2630 uses : actions/setup-python@v4
2731 with :
4650 git config --global user.email "[email protected] " 4751 git config --global user.name "Renku Bot"
4852 export TAG=$(echo ${GITHUB_REF} |cut -d/ -f3)
53+ docker buildx create --name multiarch --use
54+ docker buildx inspect --bootstrap
4955 helm dep update deploy/csi-rclone
50- chartpress --tag $TAG
56+ chartpress --tag $TAG --platform linux/amd64 --platform linux/arm64 --builder docker-buildx
5157 helm lint deploy/csi-rclone
52- chartpress --tag $TAG --push --publish-chart
58+ chartpress --tag $TAG --platform linux/amd64 --platform linux/arm64 --builder docker-buildx -- push --publish-chart
Original file line number Diff line number Diff line change 11ARG RCLONE_IMAGE_REPOSITORY="ghcr.io/swissdatasciencecenter/rclone"
2- ARG RCLONE_IMAGE_TAG="sha-9cbde11 "
2+ ARG RCLONE_IMAGE_TAG="sha-308067c "
33FROM ${RCLONE_IMAGE_REPOSITORY}:${RCLONE_IMAGE_TAG} AS rclone
44
55FROM golang:1.23.8-bookworm AS build
You can’t perform that action at this time.
0 commit comments