restic / rest-server

Rest Server is a high performance HTTP server that implements restic's REST backend API.
BSD 2-Clause "Simplified" License
943 stars 140 forks source link

Publish Docker images for ARM architecture #185

Closed ngosang closed 2 years ago

ngosang commented 2 years ago

It's easy with Docker buildx. I'm doing it in some of my projects with GitHub actions => https://github.com/ngosang/docker-amule/blob/master/.github/workflows/release-docker.yml#L49

Requested archs:

fdw commented 2 years ago

I think this is a duplicate of #125 .

MichaelEischer commented 2 years ago

Closed as duplicate.

ngosang commented 1 year ago

I built and published my own image with support for 7 architectures. I will maintain it for now, but I would prefer that at some point the official Docker image includes support for multi-arch so I don't have to maintain it. Fell free to copy anything you need from my repository.