szabodanika / microbin

A secure, configurable file-sharing and URL shortening web app written in Rust.
https://microbin.eu
BSD 3-Clause "New" or "Revised" License
2.65k stars 163 forks source link

Docker image for arm64 Raspberry Pi? #96

Closed mmozzano closed 1 year ago

mmozzano commented 1 year ago

Hi there,

Looks like a great project -any plans for providing a docker image for arm64 pi?

Thanks

szabodanika commented 1 year ago

Hi there, the current docker image on dockerhub works on the arm64 raspberry pi. It should be in theory at least but I havent deployed the latest image on my Pi4 yet. See https://github.com/szabodanika/microbin/blob/76cfc906ef0c75e551e2995810a521c5fa503ef5/.github/workflows/docker.yml#L42 and https://hub.docker.com/layers/danielszabo99/microbin/latest/images/sha256-b0b9f5974fa56af40cb848cb74d131960f1514b11d2a0467f01000d79cb29671?context=explore

mmozzano commented 1 year ago

Sorry yes, my mistake! I looked at the tags but didnt see the arm64 tag, thought I only saw amd64.

Thats what I get for trying to do stuff before morning coffee 😄

Will run through pulling it down shortly..many thanks.