feat(act): install rclone

This commit is contained in:
Peter 2025-01-21 15:22:03 +01:00
parent 03f41273e1
commit 3f550ad218
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -48,6 +48,9 @@ RUN --mount=type=cache,target=/var/lib/apt \
gh \
docker-ce-cli docker-buildx-plugin
# Rclone
RUN curl https://rclone.org/install.sh | bash
# AWS CLI
RUN --mount=type=cache,target=/tmp \
if [ "${TARGETARCH}" = "amd64" ]; then \