docker-rclone icon indicating copy to clipboard operation
docker-rclone copied to clipboard

.github/workflows/Docker Images.yml

Open iskoldt-X opened this issue 1 year ago • 1 comments

Create .github/workflows/Docker Images.yml to build images using Github Actions.

Automaticly build images for platforms: linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/arm64,linux/arm/v7,linux/arm/v8 on push.

Three repository secrets needed:

DOCKERHUB_TOKEN DOCKERHUB_USERNAME GHCR_TOKEN

iskoldt-X avatar Oct 15 '23 21:10 iskoldt-X

Just as a comment I think it should be a way to select the desired rclone version. By cloning the github repo you'll be always using the latest commit.

Also as pure ignorance whats the benefit of compiling from source? Doesn't rclone offer all the binaries for the desired arch?

dantebarba avatar Feb 02 '24 15:02 dantebarba