feat(act): install rclone
Some checks failed
Renovate / renovate (push) Successful in 1m0s
Image builds / build_images (caddy) (push) Successful in 3m18s
Image builds / build_images (renovate) (push) Successful in 3m33s
act_runtime / build_images (ubuntu:24.04, ubuntu-latest) (push) Successful in 22s
act_runtime / build_images (ubuntu:24.04, ubuntu-latest-amd64) (push) Failing after 2m2s
act_runtime / build_images (ubuntu:20.04, ubuntu-latest) (push) Successful in 5m28s
act_runtime / build_images (ubuntu:20.04, ubuntu-latest-amd64) (push) Failing after 14m54s

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 \ gh \
docker-ce-cli docker-buildx-plugin docker-ce-cli docker-buildx-plugin
# Rclone
RUN curl https://rclone.org/install.sh | bash
# AWS CLI # AWS CLI
RUN --mount=type=cache,target=/tmp \ RUN --mount=type=cache,target=/tmp \
if [ "${TARGETARCH}" = "amd64" ]; then \ if [ "${TARGETARCH}" = "amd64" ]; then \