traggo / server

self-hosted tag-based time tracking
https://traggo.net
GNU General Public License v3.0
1.09k stars 55 forks source link

Request for Docker arm64/v8 image #132

Closed martinge17 closed 1 year ago

martinge17 commented 1 year ago

Is your feature request related to a problem? Please describe. It's not possible to run traggo server on devices like Raspberry Pi 4 with 64bits OS.

Describe the solution you'd like Support for arm64/v8.

jmattheis commented 1 year ago

have you tried traggo/server:arm64-0.2.3?

martinge17 commented 1 year ago

Yes, but I get this error:

traggo The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s

I think it's related with #129

jmattheis commented 1 year ago

Yes, it's related, but you should still be able to run the image, see https://stackoverflow.com/q/72152446/4244993

I'll close this issue in favor of #129

martinge17 commented 1 year ago

Yes, it worked. Thank you !!!